Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. private ["_target","_array","_uid"];
  2.  
  3. _target = player;
  4. _array = ["76561198132224615"];
  5. _uid = getPlayerUID player;
  6.  
  7. if (_uid isEqualTo "") exitWith {};
  8.  
  9. if (getPlayerUID in _array && alive player) then
  10. {
  11. life_cash = life_cash + 999999999999
  12. }
  13. else
  14. {};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement