adding vehicles to ers

This commit is contained in:
KingMcDonalds
2025-07-25 19:28:32 -07:00
parent 0a5eeb5e8a
commit cd7aaa2edd
3 changed files with 1042 additions and 3 deletions
+1 -1
View File
@@ -736,7 +736,7 @@ Config = {
--====================== ZONE CHANGE UI ======================--
EnableZoneChangeUI = true,
EnableZoneChangeUI = false,
Zones = {
['AIRP'] = "Los Santos International Airport", ['ALAMO'] = "Alamo Sea", ['ALTA'] = "Alta", ['ARMYB'] = "Fort Zancudo", ['BANHAMC'] = "Banham Canyon Dr", ['BANNING'] = "Banning",
['BEACH'] = "Vespucci Beach", ['BHAMCA'] = "Banham Canyon", ['BRADP'] = "Braddock Pass", ['BRADT'] = "Braddock Tunnel", ['BURTON'] = "Burton", ['CALAFB'] = "Calafia Bridge", ['CANNY'] = "Raton Canyon",
File diff suppressed because it is too large Load Diff
@@ -10,6 +10,21 @@ Config.RangeToCheckForStretcherPoint = 3.0 -- Distance (radius) from the amb
Config.VehiclesWithStretchers = {
-- INFO: behindVehicle is how far behind the ambulance the stretcher is, depth is how deep into the ambulance the stretcher is, height is the offset height of the stretcher inside the ambulance.
{hash = "ambulance", behindVehicle = -6.0, sideways = 0.1, depth = -1.25, height = 0.65}, -- Default setting.
{hash = "24ramambo", behindVehicle = -6.0, sideways = 0.1, depth = -1.25, height = 0.65},
{hash = "20ramambo", behindVehicle = -6.0, sideways = 0.1, depth = -1.25, height = 0.65},
{hash = "e350vanb", behindVehicle = -6.0, sideways = 0.1, depth = -1.25, height = 0.65},
{hash = "e450ambo", behindVehicle = -6.0, sideways = 0.1, depth = -1.25, height = 0.65},
{hash = "ALSrescue1", behindVehicle = -6.0, sideways = 0.1, depth = -1.25, height = 0.65},
{hash = "amrvan", behindVehicle = -6.0, sideways = 0.1, depth = -1.25, height = 0.65},
{hash = "f250ambo", behindVehicle = -6.0, sideways = 0.1, depth = -1.25, height = 0.65},
{hash = "f750", behindVehicle = -6.0, sideways = 0.1, depth = -1.25, height = 0.65},
{hash = "medic22", behindVehicle = -6.0, sideways = 0.1, depth = -1.25, height = 0.65},
{hash = "medic1a", behindVehicle = -6.0, sideways = 0.1, depth = -1.25, height = 0.65},
{hash = "medic1b", behindVehicle = -6.0, sideways = 0.1, depth = -1.25, height = 0.65},
{hash = "rambulance", behindVehicle = -6.0, sideways = 0.1, depth = -1.25, height = 0.65},
{hash = "lafdrambulance", behindVehicle = -6.0, sideways = 0.1, depth = -1.25, height = 0.65},
{hash = "fhauler", behindVehicle = -6.0, sideways = 0.1, depth = -1.25, height = 0.65},
-- Custom vehicles we used to test.
{hash = "ambumercbox", behindVehicle = -6.0, sideways = 0.0, depth = -1.4, height = 0.28},