Advertisement
X39

Untitled

X39
Jun 21st, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. X39_InsWorkAroundTillFix = {
  2. _res = [] spawn {
  3. while{true} do
  4. {
  5. if(isNull X39_GM_Insurgency_var_globalGroup) then
  6. {
  7. X39_GM_Insurgency_var_globalGroup = createGroup X39_GM_Insurgency_var_Side;
  8. publicVariable "X39_GM_Insurgency_var_globalGroup";
  9. };
  10. sleep 1;
  11. };
  12. };
  13. };
  14. publicVariable "X39_InsWorkAroundTillFix";
  15. [[], "X39_InsWorkAroundTillFix", false, false] spawn BIS_fnc_MP;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement