Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. private _vehicle = _this select 0;
  2. private _Player = _this select 1;
  3.  
  4. waitUntil {(alive _Player isEqualTo false)};
  5. sleep 58;
  6. if({alive _x} count (crew vehicle _vehicle) == 0) then
  7. {sleep 2; deleteVehicle _vehicle;}
  8. else{sleep 180; deleteVehicle _vehicle;};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement