Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. _unit = _this select 0; //zakladam ze odpalasz ten kod z jakims argumentem
  2.  
  3. _unit spawn {
  4. while {alive _this} do {
  5. if(headgear _this == "H_CrewHelmetHeli_B") then {
  6. //cos zrob
  7. };
  8.  
  9. sleep 0.5;
  10. };
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement