Advertisement
FT_

cancelShellscrape.sqf

FT_
Nov 8th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. //Written by beta
  2. //Ideas from GeneralCarver
  3. //Cancels shellscrape
  4.  
  5.  
  6. private["_id", "_obj"];
  7.  
  8. _id = _this select 2;
  9. _obj = _this select 3 select 0;
  10.  
  11. player removeAction _id;
  12. player setVariable ["objCancelled", true, false];
  13.  
  14. deleteVehicle _obj;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement