Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- X39_InsWorkAroundTillFix = {
- _res = [] spawn {
- while{true} do
- {
- if(isNull X39_GM_Insurgency_var_globalGroup) then
- {
- X39_GM_Insurgency_var_globalGroup = createGroup X39_GM_Insurgency_var_Side;
- publicVariable "X39_GM_Insurgency_var_globalGroup";
- };
- sleep 1;
- };
- };
- };
- publicVariable "X39_InsWorkAroundTillFix";
- [[], "X39_InsWorkAroundTillFix", false, false] spawn BIS_fnc_MP;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement