Added whitelisting

If you write "whitelist" in the notWhitelistedMessage then fivem will turn it into "allowlist"
This commit is contained in:
Andyyy7666
2022-07-17 20:03:33 +02:00
committed by GitHub
parent cbb99c3e65
commit be2b6c4770

View File

@@ -12,8 +12,9 @@ config = {
-- If you'd like to whitelist certain roles on discord then set this to true and add role ids.
enableDiscordWhitelist = false,
notWhitelistedMessage = "You're not allowlisted in this server please join our discord to apply for a allowlist: https://discord.gg/Z9Mxu72zZ6",
whitelistRoles = {
"0"
"872921520719142932"
},
-- Discord Rich presence
@@ -26,4 +27,4 @@ config = {
firstButtonLink = "https://discord.gg/Z9Mxu72zZ6",
secondButtonName = "TEBEX",
secondButtonLink = "https://andyyy.tebex.io/category/fivem-scripts"
}
}