Installation
Dependencies
QBCore Framework
ESX Framework
How to install
Drag the script in your folder, run the SQL community_service
Discord Logs
Enter your Discord Webhook here - Config.DiscordLogs = true
-- Discord Logs
Config.CommunityServiceWebhook = "https://discord.com/api/webhooks/ENTER_HERE_YOUR_DISCORD_WEBHOOK"
Config.DiscordLogs = true -- If true Discord logs will be sendCommands
You can change commands If you prefer your own one
Config.Commands = {
comserv = "comserv",
endserv = "endcomserv",
-- if Config.Admin = true (Admin/God)
admincommand = "adminserv",
endadmincommand = "endadminserv",
}Allowed Jobs
Add as many jobs as you want and grant access to whoever you want
Trigger for Radialmenu
Example for qb-radialmenu (QBCore)
Last updated