Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.31 KB | None | 0 0
  1. // LR
  2. this enableSimulation false;
  3. this allowDamage false;
  4. this addAction ["Armurerie", MAV_shop_fnc_initWeaponShop,"Legion_Rouge",0,false,false,"",'playerSide isEqualTo east'];
  5. this addAction[localize"STR_MAR_lr_Weapon_Shop",life_fnc_weaponShopMenu,"adac_legion",0,false,false,"",'playerSide isEqualTo east'];
  6. this addAction[localize"STR_MAR_lr_Item_Shop",life_fnc_virt_menu,"adac",0,false,false,"",'playerSide isEqualTo east'];
  7. this addAction[localize"STR_MAR_LR_Clothing_Shop",life_fnc_clothingMenu,"lr",0,false,false,"",'playerSide isEqualTo east'];
  8. this addAction[format ["%1 ($%2)",localize (getText(missionConfigFile >> "Licenses" >> "cAir1" >> "displayName")), [(getNumber(missionConfigFile >> "Licenses" >> "cAir1" >> "price"))] call life_fnc_numberText],life_fnc_buyLicense,"cAir1",0,false,false,"",' !license_adac_cAir1 && playerSide isEqualTo east '];
  9. this addAction[format ["%1 ($%2)",localize (getText(missionConfigFile >> "Licenses" >> "cg1" >> "displayName")), [(getNumber(missionConfigFile >> "Licenses" >> "cg1" >> "price"))] call life_fnc_numberText],life_fnc_buyLicense,"cg1",0,false,false,"",' !license_adac_cg1 && playerSide isEqualTo east '];
  10.  
  11. //véhicules
  12. this enableSimulation false;
  13. this allowDamage false;
  14. this addAction[localize"STR_MAR_W_E_Vehicle Shop",life_fnc_vehicleShopMenu,["lr_car",east,["LRS1","LRS2"],"adac","Loamina District"],0,false,false,"",'playerSide isEqualTo east'];
  15. 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 = "LRS1"; life_garage_type = "Car"; },"",0,false,false,"",'playerSide isEqualTo east'];
  16. this addAction[localize"STR_MAR_Store_vehicle_in_Garage",life_fnc_storeVehicle,"",0,false,false,"",'!life_garage_store']; this setVariable ["realname","Cop Vehicle Store"];
  17.  
  18. //hélico
  19. this enableSimulation false;
  20. this allowDamage false;
  21. this addAction[localize"STR_MAR_Helicopter_Shop", life_fnc_vehicleShopMenu,["lr_air",east,"LRSH1","adac","Loamina District"],0,false,false,"",'playerSide isEqualTo east'];
  22. this addAction[localize"STR_Garage_Title", { if (life_HC_isActive) then { [getPlayerUID player,playerSide,"Air",player] remoteExecCall ["HC_fnc_getVehicles",HC_Life]; } else { [getPlayerUID player,playerSide,"Air",player] remoteExecCall ["TON_fnc_getVehicles",2];}; createDialog "Life_impound_menu"; disableSerialization; ctrlSetText[2802,"Fetching Vehicles...."]; life_garage_sp = "LRSH1"; life_garage_type = "Air"; },"",0,false,false,"",'playerSide isEqualTo east'];
  23. this addAction[localize"STR_MAR_Store_vehicle_in_Garage",life_fnc_storeVehicle,"",0,false,false,"",'!life_garage_store'];
  24.  
  25. //Bateaux
  26. this enableSimulation false;
  27. this allowDamage false;
  28. this addAction[localize"STR_MAR_Boat_Shop",life_fnc_vehicleShopMenu,["lr_ship",east,["LRSB1","LRSB2"],"adac","Laonima District - Boat Store"],0,false,false,"",'license_adac_cg1 && playerSide isEqualTo east'];
  29. this addAction[localize"STR_Garage_Title", { if (life_HC_isActive) then { [getPlayerUID player,playerSide,"Ship",player] remoteExecCall ["HC_fnc_getVehicles",HC_Life]; } else { [getPlayerUID player,playerSide,"Ship",player] remoteExecCall ["TON_fnc_getVehicles",2];}; createDialog "Life_impound_menu"; disableSerialization; ctrlSetText[2802,"Fetching Vehicles...."]; life_garage_sp = "LRSB2"; life_garage_type = "Ship"; },"",0,false,false,"",'playerSide isEqualTo east'];
  30. this addAction[localize"STR_MAR_Store_vehicle_in_Garage",life_fnc_storeVehicle,"",0,false,false,"",'!life_garage_store'];
  31.  
  32. //base2 véhicules
  33. this enableSimulation false;
  34. this allowDamage false;
  35. this addAction[localize"STR_MAR_W_E_Vehicle Shop",life_fnc_vehicleShopMenu,["lr_car",east,["SRV1","SRV2"],"adac","Pyrgos District"],0,false,false,"",'playerSide isEqualTo east'];
  36. 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 = "SRV2"; life_garage_type = "Car"; },"",0,false,false,"",'playerSide isEqualTo east'];
  37. this addAction[localize"STR_MAR_Store_vehicle_in_Garage",life_fnc_storeVehicle,"",0,false,false,"",'!life_garage_store']; this setVariable ["realname","Cop Vehicle Store"];
  38.  
  39. //base2 hélico
  40. this enableSimulation false;
  41. this allowDamage false;
  42. this addAction[localize"STR_MAR_Helicopter_Shop", life_fnc_vehicleShopMenu,["lr_air",east,"SRA","adac","Pyrgos District"],0,false,false,"",'playerSide isEqualTo east'];
  43. this addAction[localize"STR_Garage_Title", { if (life_HC_isActive) then { [getPlayerUID player,playerSide,"Air",player] remoteExecCall ["HC_fnc_getVehicles",HC_Life]; } else { [getPlayerUID player,playerSide,"Air",player] remoteExecCall ["TON_fnc_getVehicles",2];}; createDialog "Life_impound_menu"; disableSerialization; ctrlSetText[2802,"Fetching Vehicles...."]; life_garage_sp = "SRA"; life_garage_type = "Air"; },"",0,false,false,"",'playerSide isEqualTo east'];
  44. this addAction[localize"STR_MAR_Store_vehicle_in_Garage",life_fnc_storeVehicle,"",0,false,false,"",'!life_garage_store'];
  45.  
  46. //base2 batteaux
  47. this enableSimulation false;
  48. this allowDamage false;
  49. this addAction[localize"STR_MAR_Boat_Shop",life_fnc_vehicleShopMenu,["lr_ship",east,["SRB1","SRB2"],"adac","Pyrgos District - Boat Store"],0,false,false,"",'playerSide isEqualTo east'];
  50. this addAction[localize"STR_Garage_Title", { if (life_HC_isActive) then { [getPlayerUID player,playerSide,"Ship",player] remoteExecCall ["HC_fnc_getVehicles",HC_Life]; } else { [getPlayerUID player,playerSide,"Ship",player] remoteExecCall ["TON_fnc_getVehicles",2];}; createDialog "Life_impound_menu"; disableSerialization; ctrlSetText[2802,"Fetching Vehicles...."]; life_garage_sp = "SRB2"; life_garage_type = "Ship"; },"",0,false,false,"",'playerSide isEqualTo east'];
  51. this addAction[localize"STR_MAR_Store_vehicle_in_Garage",life_fnc_storeVehicle,"",0,false,false,"",'!life_garage_store'];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement