Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. //Air HQ Item Shop
  2. this enableSimulation false;
  3. this allowDamage false;
  4. this addAction[localize"STR_MAR_Cop_Item_Shop",life_fnc_virt_menu,"cop"];
  5. this addAction[localize"STR_MAR_Cop_Clothing_Shop",life_fnc_clothingMenu,"cop"];
  6. this addAction[localize"STR_MAR_Cop_Weapon_Shop",life_fnc_weaponShopMenu,"cop_basic"];
  7.  
  8. Helis
  9. this enableSimulation false;
  10. this allowDamage false;
  11. this addAction[localize"STR_MAR_Helicopter_Shop",life_fnc_vehicleShopMenu,["cop_air",west,"cop_air_2","cop","APD - Air HQ"]];
  12. 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,"Suche Fahrzeuge...."]; life_garage_sp = "cop_air_2"; life_garage_type = "Air"; },"",0,false,false,"",'playerSide isEqualTo west'];
  13. this addAction[localize"STR_MAR_Store_vehicle_in_Garage",life_fnc_storeVehicle,"",0,false,false,"",'!life_garage_store'];
  14.  
  15. Fahrzeuge
  16. this enableSimulation false;
  17. this allowDamage false;
  18. this addAction[localize"STR_MAR_W_E_Vehicle Shop",life_fnc_vehicleShopMenu,["cop_car",west,"cop_car_air_car","cop","Air HQ Fahrzeuge"]];
  19. 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,"Suche Fahrzeuge..."]; life_garage_sp = "cop_car_air_car"; life_garage_type = "Car"; },"",0,false,false,"",'playerSide isEqualTo west'];
  20. this addAction[localize"STR_MAR_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