Skip to content

Releases: Jordan2139/Guardian

Hyperz Made A Edit

10 Feb 01:13
1806c74
Compare
Choose a tag to compare
v1.3.0

Fixed Hyperz mistake of a pull request <3

AddEventHandler("playerConnecting"... Fix (MAYBE)

28 Jan 01:34
7f37909
Compare
Choose a tag to compare
1.20

Hopeful hotfix to the broken AddEventHandler("playerConnecting",

Fix Version Check Error

31 Jan 08:28
c553592
Compare
Choose a tag to compare

This will fix the version checker error

Emergency Whitelist Fix

26 Jan 16:19
f6ab433
Compare
Choose a tag to compare

This will fix an issue where members can repeatedly press connect to bypass

Guardian

19 Oct 04:18
54de56b
Compare
Choose a tag to compare

Guardian

What is it?

Essentially Guardian is a script that will replace Faxes old Discord whitelist that requires you to setup yet another bot token and pull Discord role id's. This script utilizes Badger's new Discord API. This will make things much easier and won't require you to pull Discord role id's 19 times while making your server.

Configuration

-----------------------------------------------------------
-- Guardian- A Simple FiveM Script, Made By Jordan.#2139 --
-----------------------------------------------------------

-------------------------------------------------------
--           CONFIG YOUR PERIPHERALS HERE!           --
-------------------------------------------------------
Config = {
DiscordYeet = 'Sorry but this server requires 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',
WhitelistRoles = { -- Roles that you assigned in Badgers API that should pass the whitelist
    "Whitelisted",
    "MaybeWhitelisted",
    "ScrewItMakeThis",
},
}
--------------------------
-- ^^^ DO THAT HERE ^^^ -- 
--------------------------

Acknowledgments

  • Faxes- Original Discord whitelist script
  • Badger- Amazing API, helping me figure out a deferral issue