Advertisement
Guest User

Untitled

a guest
Sep 26th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. this enableSimulation false; this allowDamage false; this addAction["Vehicules Gendarmerie",life_fnc_vehicleShopMenu,["cop_car",west,"cop_car_2","cop","APD - Kavala District"]]; this addAction["Garage Gendarmerie", { if (life_HC_isActive) then { [getPlayerUID player,playerSide,"Car",player] remoteExecCall ["HC_fnc_getVehicles",HC_Life]; } else { [getPlayerUID player,playerSide,"Car",player] remoteExecCall ["TON_fnc_getVehicles",2];}; createDialog "Life_impound_menu"; disableSerialization; ctrlSetText[2802,"Fetching Vehicles...."]; life_garage_sp = "cop_car_2"; life_garage_type = "Car"; },"",0,false,false,"",'playerSide isEqualTo west']; this addAction["Ranger Vehicules Gendarmerie",life_fnc_storeVehicle,"",0,false,false,"",'!life_garage_store']; this setVariable ["realname","Vehicules Gendarmerie"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement