IsScenarioGroupEnabled — FiveM Natives
0x367A09DED4E05B99 · TASK · all
`` Occurrences in the b617d scripts: "ARMY_GUARD", "ARMY_HELI", "BLIMP", "Cinema_Downtown", "Cinema_Morningwood", "Cinema_Textile", "City_Banks", "Countryside_Banks", "DEALERSHIP", "KORTZ_SECURITY", "LSA_Planes", "MP_POLICE", "Observatory_Bikers", "POLICE_POUND1", "POLICE_POUND2", "POLICE_POUND3", "POLICE_POUND4", "POLICE_POUND5", "Rampage1", "SANDY_PLANES", "SCRAP_SECURITY", "SEW_MACHINE", "SOLOMON_GATE" Sometimes used with DOES_SCENARIO_GROUP_EXIST: if (TASK::DOES_SCENARIO_GROUP_EXIST("Observatory_Bikers") && (!TASK::IS_SCENARIO_GROUP_ENABLED("Observatory_Bikers"))) { else if (TASK::IS_SCENARIO_GROUP_ENABLED("BLIMP")) { ``
Parameters
| Name | Type |
|---|---|
| scenarioGroup | char* |
Returns
BOOL