Merge pull request #1173 from KadDarem/fix-spawn-utility-vehicle

Fixed the spawn of vehicle with "Utility" class
This commit is contained in:
Gellipapa
2023-08-25 19:27:24 +02:00
committed by GitHub
-1
View File
@@ -1344,7 +1344,6 @@ function ESX.GetVehicleType(model)
local vehicleType = GetVehicleClassFromName(model)
local types = {
[8] = "bike",
[11] = "trailer",
[13] = "bike",
[14] = "boat",
[15] = "heli",