base
ESX Legacy
if using legacy then
HUNK_AC.ESXLegacyLatestVersion = true
then 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 = false
and 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
HUNK_AC.UseESX = false
HUNK_AC.UseQB = true
and config the
HUNK_AC.QBExport = "qb-core"
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