Fixed the spawn of vehicle with "Utility" class

This commit is contained in:
KadDarem
2023-08-21 12:43:28 +02:00
parent a95e0397b0
commit 993a87fc13
+1 -1
View File
@@ -1355,7 +1355,7 @@ function ESX.GetVehicleType(model)
local vehicleType = GetVehicleClassFromName(model)
local types = {
[8] = "bike",
[11] = "trailer",
--[11] = "trailer",
[13] = "bike",
[14] = "boat",
[15] = "heli",