Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if(_container getVariable ["copCar", false]) exitWith {
  2. hint "You try to steal something out of the cop car, but it's locked tight!";
  3. [_item,false,false,false,false] call life_fnc_handleItem;
  4. _container addItemCargoGlobal _item;
  5. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement