Menu
Features
Last updated
Features
Last updated
To access the menu you have to be whitelisted from config file. The key bind for anticheat menu is by default INSERT. To be sure that you are whitelisted, if you added your identifiers correctly, when you connect to the server it will print that you have connected as whitelisted user. In case it prints that you connected as whitelisted user and INSERT key does not open the menu, you have to check ESC -> Settings -> Key bindings -> Fivem -> search for anticheat menu bind.
On a FiveM server, each player has his own licenses (identifiers). The anticheat menu requires player licenses for permission. There are more ways to get the player licenses to give them permission to your menu
Get player license from discord logs
This is an example of discord log, from the anticheat resource from where you can get the player licenses. In this case, one of your licenses is: license:jwv96uuxJVPMAwhwssS86JDWrE2cNb9CuL3Zf5dE
Get player license from data base
This is an example of table from database from where you can get the player licenses. In this case, user_id 1 with username Reason Anticheat has more licenses. In this case one of your licenses is: license:jwv96uuxJVPMAwhwssS86JDWrE2cNb9CuL3Zf5dE
TX Admin
Make your own script
In order to grant access to the anticheat menu, you have to add the player license you want to have access to the anticheat config file as whitelisted id. As an example, if the player license is the one from above: license:jwv96uuxJVPMAwhwssS86JDWrE2cNb9CuL3Zf5dE, you have to add it to Config.WhitelistedIds table as shown example.
Do not cause errors due to lua syntax. If error occurs, the anticheat will not work and you will get errors on server console.
You can add all of these types of identifiers that are associated with you in order to be sure that they match your identity: Steam (steam:xxxxxx), Rockstar (license:xxxxxx), Xbox Live (xbox:xxxxxx), Live (live:xxxxxx, Discord (discord:xxxxxx), CitizenFX (fivem:xxxxxx).
Be sure that you have the last version of ox_lib everytime the anticheat gets an update.