mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
fix: correct vehicletype of model blimp
This commit is contained in:
@@ -1335,6 +1335,10 @@ function ESX.GetVehicleType(model)
|
||||
return 'submarine'
|
||||
end
|
||||
|
||||
if model == `blimp` then
|
||||
return 'heli'
|
||||
end
|
||||
|
||||
local vehicleType = GetVehicleClassFromName(model)
|
||||
local types = {
|
||||
[8] = "bike",
|
||||
|
||||
Reference in New Issue
Block a user