mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
Merge pull request #1173 from KadDarem/fix-spawn-utility-vehicle
Fixed the spawn of vehicle with "Utility" class
This commit is contained in:
@@ -1344,7 +1344,6 @@ function ESX.GetVehicleType(model)
|
||||
local vehicleType = GetVehicleClassFromName(model)
|
||||
local types = {
|
||||
[8] = "bike",
|
||||
[11] = "trailer",
|
||||
[13] = "bike",
|
||||
[14] = "boat",
|
||||
[15] = "heli",
|
||||
|
||||
Reference in New Issue
Block a user