We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bfc31 commit 72ee394Copy full SHA for 72ee394
source/dialog/request_vehicle.sqf
@@ -386,7 +386,7 @@ switch (_index) do {
386
hint "Vehicle ready !";
387
commandpointsblu1 = commandpointsblu1 - 45;
388
ctrlSetText [1000, format["%1",commandpointsblu1]];
389
- vehic = "B_T_VTOL_01vehicle_F" createVehicle _spawnPos;
+ vehic = "B_T_VTOL_01_vehicle_F" createVehicle _spawnPos;
390
} else {
391
hint "Not enough command points";
392
};
0 commit comments