Advertisement
GetSomePanda

Untitled

Mar 27th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. //Gathering
  2. case 18:
  3. {
  4. if(playerSide == civilian && !life_action_gathering) then
  5. {
  6. _handle = [] spawn life_fnc_gather;
  7. waitUntil {scriptDone _handle};
  8. life_action_gathering = false;
  9. };
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement