player2_dz

Untitled

Apr 25th, 2016
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.28 KB | None | 0 0
  1. span class="re5"> SC_maximumCrewAmount = nil;
  2.  
  3. private["_crewAmount"];
  4.  
  5. _crewAmount = 0;
  6. _crewAmount = 3 + floor(random 4);
  7.  
  8. if (_crewAmount >= 3 And _crewAmount <= 7) then  {
  9.     SC_maximumCrewAmount = _crewAmount;
  10. };
  11.  
  12. if (isNil "SC_maximumCrewAmount") then {
  13.     SC_maximumCrewAmount = 4;
  14. };
Advertisement
Add Comment
Please, Sign In to add comment