Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. this enableSimulation false; this allowDamage false; this addAction[localize"STR_MAR_W_E_Vehicle Shop_copdep",life_fnc_vehicleShopMenu,["cop_car_sg",west,"cop_car_2","cop","Véhicules Service Généraux"],1.5,true,true,"","true",5]; this addAction[localize"STR_MAR_W_E_Vehicle Shop_coperi",life_fnc_vehicleShopMenu,["cop_car_eri",west,"cop_car_2","cop","Véhicules ERI"],1.5,true,true,"","true",5]; this addAction[localize"STR_MAR_W_E_Vehicle Shop_copbmo",life_fnc_vehicleShopMenu,["cop_car_bmo",west,"cop_car_2","cop","Motos BMO"],1.5,true,true,"","true",5]; this addAction[localize"STR_MAR_W_E_Vehicle Shop_copgm",life_fnc_vehicleShopMenu,["cop_car_crs",west,"cop_car_2","cop","Véhicules CRS"],1.5,true,true,"","true",5];this addAction[localize"STR_MAR_W_E_Vehicle Shop_copbri",life_fnc_vehicleShopMenu,["cop_car_bri",west,"cop_car_2","cop","Véhicules BRI"],1.5,true,true,"","true",5]; this addAction[localize"STR_MAR_W_E_Vehicle Shop_copem",life_fnc_vehicleShopMenu,["cop_car_em",west,"cop_car_2","cop","Véhicules EM"],1.5,true,true,"","true",5]; this addAction[localize"STR_MAR_W_E_Vehicle Shop_copbr",life_fnc_vehicleShopMenu,["cop_car_bac",west,"cop_car_2","cop","Véhicules BAC"],1.5,true,true,"","true",5];this addAction[localize"STR_MAR_W_E_Vehicle Shop_copcollection",life_fnc_vehicleShopMenu,["cop_car_pj",west,"cop_car_2","cop","Véhicules de PJ"],1.5,true,true,"","true",5]; this addAction[localize"STR_Garage_Title", { 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',5]; this addAction[localize"STR_MAR_Store_vehicle_in_Garage",life_fnc_storeVehicle,"",0,false,false,"",'!life_garage_store',5]; this setVariable ["realname","Cop Vehicle Store"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement