FIREAC is the best free FiveM anti-cheat made by Amirreza Jaberi for free for you FiveM server owners and developers, this anti-cheat will help you get rid of cheaters and make a fair game for your players.
menuv For admin menu |
discord-screenshot For take screenshot |
oxmysql For save sql data |
|
|
|
|
|
|
- Add this text in your
server.cfg
:
ensure FIREAC
ensure menuv
ensure screenshot-basic
ensure discord-screenshot
- You can add your users identifiers by admin menu
FIREAC_CHANGE_TEMP_WHHITELIST
This export only for add and remove player fromTemporary whitelist
for example :
Add :
exports['FIREAC']:FIREAC_CHANGE_TEMP_WHHITELIST(source, true)
Remove :
exports['FIREAC']:FIREAC_CHANGE_TEMP_WHHITELIST(source, false)
FIREAC_CHECK_TEMP_WHITELIST
This export only for check player fromTemporary whitelist
and get your result for example :
for check :
exports['FIREAC']:FIREAC_CHECK_TEMP_WHITELIST(source)
FIREAC_ACTION
This export is forBAN
orKICK
orWARN
the player for example :
for BAN :
exports['FIREAC']:FIREAC_ACTION(source, "BAN", reason, details)
for KICK :
exports['FIREAC']:FIREAC_ACTION(source, "KICK", reason, details)
for WARN :
exports['FIREAC']:FIREAC_ACTION(source, "WARN", reason, details)
FIREAC_CHANGE_TEMP_WHHITELIST
This export only for add and remove player fromTemporary whitelist
for example :
Add :
exports['FIREAC']:FIREAC_CHANGE_TEMP_WHHITELIST(true)
Remove :
exports['FIREAC']:FIREAC_CHANGE_TEMP_WHHITELIST(false)
FIREAC_CHECK_TEMP_WHITELIST
This export only for check player fromTemporary whitelist
and get your result for example :
for check :
exports['FIREAC']:FIREAC_CHECK_TEMP_WHITELIST()
FIREAC_ACTION
This export is forBAN
orKICK
orWARN
the player for example :
for BAN :
exports['FIREAC']:FIREAC_ACTION("BAN", reason, details)
for KICK :
exports['FIREAC']:FIREAC_ACTION("KICK", reason, details)
for WARN :
exports['FIREAC']:FIREAC_ACTION("WARN", reason, details)
|
|
|
You can install anti-cheat with tutorial of FIREAC website in https://amirrezajaberi.ir/fireac