Veticus

RandomShiz.Sqf

Apr 3rd, 2014
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if (name player == "Jas") then {
  2. hintSilent format ["Jas is going to do die in 5 seconds"];
  3. sleep 5;
  4. player setDamage 1;
  5. };
Advertisement
Add Comment
Please, Sign In to add comment