AC- Script Ban Bypass
With this, a script can briefly bypass a player against bans via an export (for people who want to avoid more false bans)
If you want to temporarily bypass a player against bans use this export server side:
bypassPlayerForTime(source, time)or use this server side export:
bypassPlayerForCheck(source, check, time)Example:
exports['Lyxos']:bypassPlayerForTime(source, 2000)exports['Lyxos']:bypassPlayerForCheck(source, "AntiGodMode", 2000)Time is in milliseconds
Last updated