Advertisement
Guest User

Untitled

a guest
May 17th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.76 KB | None | 0 0
  1. this addAction["Bootsladen",life_fnc_vehicleShopMenu,["cop_ship",west,"FAC_Shop","cop","Bootsladen"]];
  2. this addAction["Bootsladen",life_fnc_vehicleShopMenu,["med_ship",Independent,"FAC_Shop","med","Bootsladen"]];
  3. 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];}; life_garage_type = "Ship"; createDialog "Life_impound_menu";  disableSerialization;  ctrlSetText[2802,"Fetching Vehicles...."]; life_garage_sp = "FAC_Shop"; }];  
  4. 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