Installation
VersusAC installation documentation
Last updated
VersusAC installation documentation
Last updated
Join the Versus Anticheat Discord.
Create a ticket and verify your payment.
Double check that you bought it on the right FiveM account. The same account as the account you have your license key with (Keymaster).
To download the anticheat please go to keymaster:
Unzip the file you have downloaded and follow the steps below.
Unzip the file and put the folder VersusAC
in your resources.
Rename this resource to anything you like. Make sure that the name is something weird and not associated with the anticheat name. But for the easy use we will the name in this documentation VersusAC
.
Now load the sql.sql
file in your database. We use HeidiSQL for this. Make sure you run mysql-async or oxmysql
Go into the configs folder in the resource and configure everything you like. Warning: you need to configure your server name and the webhooks before starting the anticheat. Otherwise it will not start.
If you want to enable screenshots please download screenshot-basic
Now you can go into your server.cfg and add these 2 lines directly under your core (qb-core or es_extended or any other framework core):
7. After you have done these steps you can whitelist your admins and moderators. This can be done in the whitelist.lua as shown below:
8. If everything works and if you restarted your server, you will see a big printed message in your console:
If you get an error like this one: You lack the required entitlement to use VersusAC
then you will need to check if you use the correct fivem license key. This should be from same account you got VersusAC on.
Please configure both server_config and client_config to prevent false bans and issues
Make sure to follow the standalone installation steps and these extra steps below:
Go into both server_config and client_config and set VersusAC.UseESX
to true
Go into menu_config and set VersusPanel.ESX
to true
Make sure to follow the standalone installation steps and these extra steps below:
Go into server_config and set VersusAC.UseQBCore
to true
Go into menu_config and set VersusPanel.QBCore
to true
Now go into fxmanifest.lua and replace the code with the code below: