diff --git a/client/main.lua b/client/main.lua index cd8846fc..585a8036 100644 --- a/client/main.lua +++ b/client/main.lua @@ -213,7 +213,7 @@ function OpenVehicleSpawnerMenu(station, partNum) local vehicle = GetClosestVehicle(vehicles[partNum].SpawnPoint.x, vehicles[partNum].SpawnPoint.y, vehicles[partNum].SpawnPoint.z, 3.0, 0, 71) - if DoesEntityExist(vehicle) then + if not DoesEntityExist(vehicle) then local playerPed = GetPlayerPed(-1)