Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. private["_humanity","_humanityCheck"];
  2.  
  3. _humanityCheck = Alive cursorTarget;
  4. _humanity = player getVariable["humanity",0];
  5.  
  6. if (_humanityCheck) then {
  7. sleep 1;
  8. cutText ["Your Humanity is %1",_humanity];
  9. sleep 3;
  10. cutText ["Have a good day %1",dayz_playerName];
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement