fix: correct vehicletype of model blimp

This commit is contained in:
TheFantomas
2023-08-15 18:53:43 +02:00
parent 741ee9c1f5
commit bcf45cdc4b
+4
View File
@@ -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",