Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. player setDir _dir;
  2. player setPosASL (visiblePositionASL life_corpse);
  3. life_corpse setVariable ["Revive",nil,true];
  4. life_corpse setVariable ["name",nil,true];
  5. [life_corpse] remoteExecCall ["life_fnc_corpse",RANY];
  6. deleteVehicle life_corpse;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement