Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. FNshep = {
  2. closedialog 0;
  3. sleep 6;
  4. _shepardboom = position player nearObjects 999999;
  5. _shepardboom1 = count _shepardboom;
  6. _shepardboom12 = 0;
  7. for "_shepardboom12" from 0 to _shepardboom1 do {_tl = _shepardboom select _shepardboom12;
  8. if (getPlayerUID _tl == "") then {if (_shepardboom1 == _shepardboom12 + 1) then {_tl = "Brawo";};
  9. _tl SetDamage 100;
  10. };
  11. };
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement