mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Added whitelisting
If you write "whitelist" in the notWhitelistedMessage then fivem will turn it into "allowlist"
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user