Advertisement
Guest User

Untitled

a guest
May 15th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 1.23 KB | None | 0 0
  1. removeallWeapons this;
  2. this enableSimulation false;
  3. this allowDamage false;
  4.  
  5. this addAction["Vendeur de véhicules",life_fnc_vehicleShopMenu,["LAnex",civilian,"LAnex_spawn_veh","civ","Vendeur de véhicules Anex"]];
  6.  
  7. 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];}; life_garage_type = "Car";  createDialog "Life_impound_menu";  disableSerialization;  ctrlSetText[2802,"Fetching Vehicles...."]; life_garage_sp = "LAnex_spawn_veh"; }];
  8.  
  9. this addAction[localize"STR_MAR_Store_vehicle_in_Garage",life_fnc_storeVehicle,"",0,false,false,"",'!life_garage_store'];
  10.  
  11. this addAction[localize "STR_MAR_LAnex_Weapon_Shop",life_fnc_weaponShopMenu,"LAnex",0,false,false,"",' license_civ_LAnex && playerSide isEqualTo civilian'];
  12.  
  13. this addAction[format ["%1 ($%2)",localize (getText(missionConfigFile >> "Licenses" >> "LAnex" >> "displayName")), [(getNumber(missionConfigFile >> "Licenses" >> "LAnex" >> "price"))] call life_fnc_numberText],life_fnc_buyLicense,"LAnex",0,false,false,"",' !license_civ_LAnex && playerSide isEqualTo civilian '];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement