File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed
Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -118,25 +118,10 @@ switch (_index) do {
118118 [60 , " B_T_VTOL_01_armed_F" ] execVM " dialog\spawnVehicle.sqf" ;
119119 };
120120 case 36 : { // WASP
121- if (commandpointsblu1 >= 50 ) then {
122- hint " Vehicle ready !" ;
123- commandpointsblu1 = commandpointsblu1 - 50 ;
124- ctrlSetText [1000 , format [" %1" ,commandpointsblu1]];
125- vehic = " B_Plane_Fighter_01_F" createVehicle _spawnPos ;
126- } else {
127- hint " Not enough command points" ;
128- };
129- };
130-
121+ [50 , " B_Plane_Fighter_01_F" ] execVM " dialog\spawnVehicle.sqf" ;
122+ };
131123 case 37 : { // WASP (Stealth)
132- if (commandpointsblu1 >= 60 ) then {
133- hint " Vehicle ready !" ;
134- commandpointsblu1 = commandpointsblu1 - 60 ;
135- ctrlSetText [1000 , format [" %1" ,commandpointsblu1]];
136- vehic = " B_Plane_Fighter_01_Stealth_F" createVehicle _spawnPos ;
137- } else {
138- hint " Not enough command points" ;
139- };
124+ [60 , " B_Plane_Fighter_01_Stealth_F" ] execVM " dialog\spawnVehicle.sqf" ;
140125 };
141126};
142127vehic = nil ;
You can’t perform that action at this time.
0 commit comments