diff --git a/[core]/es_extended/client/functions.lua b/[core]/es_extended/client/functions.lua index 508326b2..fa791cde 100644 --- a/[core]/es_extended/client/functions.lua +++ b/[core]/es_extended/client/functions.lua @@ -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",