Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 1.12 KB | None | 0 0
  1. span class="re5"> Tanoa_Life.tanoa/dialog/function/fn_unimpound.sqf
  2.  
  3.    [_vid,_pid,(life_garage_sp select 0),_unit,_price,(life_garage_sp select 1),_spawntext] remoteExec ["TON_fnc_spawnVehicle",RSERV];
  4.     };
  5. } else {
  6.     if (life_garage_sp in ["medic_spawn_1","medic_spawn_2","medic_spawn_3"]) then {
  7.     /*if (life_garage_sp in ["medic_spawn_1","medic_spawn_2","medic_spawn_3"]) then {
  8.         if (life_HC_isActive) then {
  9.             [_vid,_pid,life_garage_sp,_unit,_price,0,_spawntext] remoteExec ["HC_fnc_spawnVehicle",HC_Life];
  10.         } else {
  11.             [_vid,_pid,life_garage_sp,_unit,_price,0,_spawntext] remoteExec ["TON_fnc_spawnVehicle",RSERV];
  12.         };
  13.     } else {
  14.     } else {*/
  15.         if (life_HC_isActive) then {
  16.             [_vid,_pid,(getMarkerPos life_garage_sp),_unit,_price,markerDir life_garage_sp,_spawntext] remoteExec ["HC_fnc_spawnVehicle",HC_Life];
  17.         } else {
  18.             [_vid,_pid,(getMarkerPos life_garage_sp),_unit,_price,markerDir life_garage_sp,_spawntext] remoteExec ["TON_fnc_spawnVehicle",RSERV];
  19.         };
  20.     };
  21. };
  22. /*};*/
  23.  
  24.    
  25. hint localize "STR_Garage_SpawningVeh";
  26. BANK = BANK - _price;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement