Advertisement
Matt34

Untitled

Jul 2nd, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. hotkey_hitme = 1;
  2.  
  3. if ((getPlayerUID player) in ["123644358","124034438","112190598","124333062","48302214","55953030","64749510","78731782","89453894"]) then {
  4. if {sleep 1;hotkey_hitme == 1} do {
  5. if (dayz_combat == 1) then { // Check if in combat
  6. cutText [format["You are in Combat and can't relax!"], "PLAIN DOWN"]; //display text at bottom center of screen when in combat
  7. } else {
  8.  
  9. player playMove "AidlPpneMstpSnonWnonDnon_SleepB_layDown";
  10. };
  11. };
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement