Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hotkey_hitme = 1;
- if ((getPlayerUID player) in ["123644358","124034438","112190598","124333062","48302214","55953030","64749510","78731782","89453894"]) then {
- if {sleep 1;hotkey_hitme == 1} do {
- if (dayz_combat == 1) then { // Check if in combat
- cutText [format["You are in Combat and can't relax!"], "PLAIN DOWN"]; //display text at bottom center of screen when in combat
- } else {
- player playMove "AidlPpneMstpSnonWnonDnon_SleepB_layDown";
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement