Advertisement
Guest User

Untitled

a guest
May 26th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. this addAction[localize"STR_Shops_car_111th",husky_fnc_vehicleShopMenu,["th111_car",civilian,"th111_car","civ","111th Fahrzeuge"]];
  2. this addAction[localize"STR_Garage_Title", { if (husky_HC_isActive) then { [getPlayerUID player,playerSide,"Car",player] remoteExecCall ["HC_fnc_getVehicles",HC_Life];
  3. } else { [getPlayerUID player,playerSide,"Car",player] remoteExecCall ["TON_fnc_getVehicles",2];}; createDialog "husky_impound_menu";
  4. disableSerialization; ctrlSetText[2802,"Fetching Vehicles...."]; husky_garage_sp = "th111_car"; husky_garage_type = "Car";
  5. },"",0,false,false,"",'playerSide isEqualTo civilian'];
  6. this addAction[localize"STR_MAR_Store_vehicle_in_Garage",husky_fnc_storeVehicle,"",0,false,false,"",'!husky_garage_store'];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement