base
ESX Legacy
if using legacy then
HUNK_AC.ESXLegacyLatestVersion = truethen open your fxmanifest.lua inside the ac folder and add
shared_script '@es_extended/imports.lua'ESX Old Version (1.2 or 1.1)
if using old version then
HUNK_AC.ESXLegacyLatestVersion = falseand configure the
HUNK_AC.ESXTrigger = "esx:getSharedObject"the default triiger event of esx is "esx:getSharedObject"
if it is different then change it
QB
if using QB then
and config the
by default qb export object in most servers is "qb-core" but if it is different then change it
For Standalone
if you want the anticheat becomes standalone then you set esx and qb both to false
Last updated