-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.lua
21 lines (20 loc) · 1.2 KB
/
config.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-----------------------------------------------------------
-- Guardian- A Simple FiveM Script, Made By Jordan.#2139 --
-----------------------------------------------------------
-------------------------------------------------------
-- CONFIG YOUR PERIPHERALS HERE! --
-------------------------------------------------------
Config = {
DiscordYeet = 'Sorry but this server reqiures you to have Discord (Desktop Edition) to play. Please restart FiveM and Discord if it is already open!', -- Message to client if their discord cannot be found by the script
WhitelistYeet = 'Sorry but this is a whitelisted community if you would like to join please see our website- WEBSITE to apply!', -- Message to client if they are not whitelisted
RoleIdsYeet = 'Sorry but I could not find your role ID\'s please reconnect and if this persists please contact the server developer!',
ServerName = 'RightLife Roleplay',
WhitelistRoles = { -- Roles that you assigned in Badgers API that should pass the whitelist, ALSO Make sure that **each** role ends with a comma!
"Whitelisted",
"MaybeWhitelisted",
"ScrewItMakeThis",
},
}
--------------------------
-- ^^^ DO THAT HERE ^^^ --
--------------------------