Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 1.44 KB | None | 0 0
  1. removeallWeapons this;  this enableSimulation false;  this allowDamage false;  
  2. this addAction["Rebellen Fahrzeugshop",life_fnc_vehicleShopMenu,["reb_car",civilian,["reb_v_1"],"reb","Rebellen Fahrzeugshop"],0,false,false,""];
  3. this addAction["Rebellen Helishop",life_fnc_vehicleShopMenu,["reb_air",civilian,["reb_v_1_1"],"reb","Rebellen Helishop"],0,false,false,""];
  4. this addAction[localize"Fahrzeuggarage",  {   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 = "car_g_5";  }];
  5. this addAction[localize"Fahrzeug in Garage parken",life_fnc_storeVehicle,"",0,false,false,"",'!life_garage_store'];
  6. this addAction[localize"Flugzeuggarage",  {   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];}; life_garage_type = "Air"; createDialog "Life_impound_menu";   disableSerialization;   ctrlSetText[2802,"Fetching Vehicles...."];   life_garage_sp = "air_g_2";  }];  
  7. this addAction[localize"Flugzeug in Garage parken",life_fnc_storeVehicle,"",0,false,false,"",'!life_garage_store'];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement