esx_advancedgarage
Add this to your client/main.lua
.
Make sure you add this after the function OpenGarageMenu around line 274
exports('setGarage', function(data)
this_Garage = data
end)
exports('OpenGarageMenu', OpenGarageMenu)
Add this to your client/main.lua
.
Make sure you add this after the function OpenGarageMenu around line 274
exports('setGarage', function(data)
this_Garage = data
end)
exports('OpenGarageMenu', OpenGarageMenu)