Advertisement
J3r3my133

Untitled

Feb 8th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. for "_i" from 1 to 150 do {
  2. if(_i < 150) then {_allowedVars pushBack format["civ_%1",_i]};
  3. if(_i < 50) then {_allowedVars pushBack format["cop_%1",_i]};
  4. if(_i < 30) then {_allowedVars pushBack format["medic_%2",_i]};
  5. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement