Advertisement
TheAce106

Cop Shop!

Jan 1st, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.66 KB | None | 0 0
  1. this enableSimulation false;  this allowDamage false;  this addAction["Vehicle Shop",life_fnc_vehicleShopMenu,["cop_car",west,"cop_car_1","cop","APD - Kavala District"]];  this addAction["Vehicle Garage",  {   [[getPlayerUID player,playerSide,"Car",player],"TON_fnc_getVehicles",false,false] spawn life_fnc_MP;   createDialog "Life_impound_menu";   disableSerialization;   ctrlSetText[2802,"Fetching Vehicles...."];   life_garage_sp = "cop_car_1"; life_garage_type = "Car";  },"",0,false,false,"",'playerSide == west'];  this addAction["Store vehicle in Garage",life_fnc_storeVehicle,"",0,false,false,"",'!life_garage_store']; this setVariable["realname","Cop Vehicle Store"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement