[Help] esx_advancedgarage menu won't open

Hello guys,

I got an issue with the esx_advancedgarage. After I did a full server the script wont open the menu anymore. I can see the blips, the circle on the ground and the menu which tells me to press E but when I press E nothing happend… I added the sql’s, server.cfg and the config files about it dont work even after a few reinstalls of the whole script. I got the required esx scripts and also two optionals. This issue drives me crazy :(.

I would be rly thanksfull if somebody could help me.

Best regards
Reen

here is my config:

Config.UseCommand = true -- Will allow players to do /getproperties instead of having to log out & back in to see Private Garages.
Config.ParkVehicles = false -- true = Automatically Park all Vehicles in Garage on Server/Script Restart | false = Opposite of true but players will have to go to Pound to get their Vehicle Back.
Config.KickPossibleCheaters = true -- true = Kick Player that tries to Cheat Garage by changing Vehicle Hash/Plate.
Config.UseCustomKickMessage = false -- true = Sets Custom Kick Message for those that try to Cheat. Note: "Config.KickPossibleCheaters" must be true.

Config.GiveSocietyMoney = false -- true = Gives money to society_mechanic. Note: REQUIRES esx_mechanicjob.
Config.ShowVehicleLocation = true -- true = Will show Location of Vehicles in the Garage Menus.
Config.ShowSpacers = true -- true = Shows Spacers in Menus.

Config.PointMarker = {Type = 1, r = 0, g = 255, b = 0, x = 1.5, y = 1.5, z = 1.0} -- Green Color / Standard Size Circle.
Config.DeleteMarker = {Type = 1, r = 255, g = 0, b = 0, x = 5.0, y = 5.0, z = 1.0} -- Red Color / Big Size Circle.
Config.PoundMarker = {Type = 1, r = 0, g = 0, b = 100, x = 1.5, y = 1.5, z = 1.0} -- Blue Color / Standard Size Circle.
Config.JPoundMarker = {Type = 1, r = 255, g = 0, b = 0, x = 1.5, y = 1.5, z = 1.0} -- Red Color / Standard Size Circle.

Config.GarageBlip = {Sprite = 290, Color = 38, Display = 2, Scale = 1.0} -- Public Garage Blip.
Config.PGarageBlip = {Sprite = 290, Color = 53, Display = 2, Scale = 1.0} -- Private Garage Blip.
Config.PoundBlip = {Sprite = 67, Color = 64, Display = 2, Scale = 1.0} -- Pound Blip.
Config.JGarageBlip = {Sprite = 290, Color = 49, Display = 2, Scale = 1.0} -- Job Garage Blip.
Config.JPoundBlip = {Sprite = 67, Color = 49, Display = 2, Scale = 1.0} -- Job Pound Blip.

Config.UsePoundTimer = false -- true = Uses Pound Timer
Config.PoundWait = 5 -- How many Minutes someone must wait before Opening Pound Menu Again.

Config.UseJPoundTimer = false -- true = Uses Job Pound Timer
Config.JPoundWait = 2.5 -- How many Minutes someone must wait before Opening Job Pound Menu Again.

Config.UseDamageMult = true -- true = Costs more to Store a Broken/Damaged Vehicle.
Config.DamageMult = 5 -- Higher Number = Higher Repair Price.

Config.UsingAdvancedVehicleShop = false -- Set to true if using esx_advancedvehicleshop

Config.UseAmbulanceGarages = false -- true = Allows use of Ambulance Garages.
Config.UseAmbulancePounds = false -- true = Allows use of Ambulance Pounds.
Config.UseAmbulanceBlips = false -- true = Use Ambulance Blips.
Config.AmbulancePoundPrice = 80 -- How much it Costs to get Vehicle from Ambulance Pound.

Config.UsePoliceGarages = false -- true = Allows use of Police Garages.
Config.UsePolicePounds = false -- true = Allows use of Police Pounds.
Config.UsePoliceBlips = false -- true = Use Police Blips.
Config.PolicePoundPrice = 80 -- How much it Costs to get Vehicle from Police Pound.

Config.UseAircraftGarages = false -- true = Allows use of Aircraft Garages.
Config.UseAircraftBlips = false -- true = Use Aircraft Blips.
Config.AircraftPoundPrice = 2500 -- How much it Costs to get Vehicle from Aircraft Pound.

Config.UseBoatGarages = false -- true = Allows use of Boat Garages.
Config.UseBoatBlips = false -- true = Use Boat Blips.
Config.BoatPoundPrice = 500 -- How much it Costs to get Vehicle from Boat Pound.

Config.UseCarGarages = true -- true = Allows use of Car Garages.
Config.UseCarBlips = true -- true = Use Car Blips.
Config.CarPoundPrice = 300 -- How much it Costs to get Vehicle from Car Pound.

Config.UsePrivateCarGarages = true -- true = Allows use of Private Car Garages.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.