๐งInstallation
Config File
Config.Language = 'en'
Config.Drawtext = 'qb-core' -- Draw text library
Config.Debug = false -- Enable debug mode
Config.GroupPermissions = { --? Groups that can use the commands
'god',
'admin',
'superadmin',
}
Config.Commands = 'doors' --? Command to open the menu
Config.Logs = { --? Discord webhooks
CreateDoor = 'YOUR_DISCORD_WEBHOOK',
DeleteDoor = 'YOUR_DISCORD_WEBHOOK',
DoorsUsage = 'YOUR_DISCORD_WEBHOOK',
}
---------------------------------------------------------
--------------------------CORE---------------------------
---------------------------------------------------------
Config.GetCustomCoreObject = function()
return nil -- Return your core object here
endLast updated