🪶Config Settings
BP Garage Configurations
Base Settings
Config.base = "ESX" --- QBCORE or "ESX"Config.notifytype = "esxnotify" --- esxnotify, costumnotify , qbnotifynotifycustom = function (text, time)
-- print('ss')
endConfig.PhotoWebhook = "https://discord.com/api/webhooks/1097672293221670942/nWxiIpquVFOlVRT-ItXbt-Kk75trcFiqu0_JWyk6wyEcGfqKNIhx8uJGnGmNyPs8_H-A"Config.getautodata = true --- get autodata from for esx : owned_vehicles , qb : player_vehiclesDrawtext System
Config.scriptdrawtext = true
customdrawtext = function(types, text) ------ > This is an alternative to activate and deactivate using a custom drawtext UI.
if types == "on" then
elseif types == "off" then
end
endGeneral Garage Add
Last updated