Miscellaneous
Other Miscellaneous Information Regarding Sentinel Anti-Cheat
Server Events
_snt:PlayerPunishedThis event is broadcasted on your server whenever a player gets punished by SentinelAC.
Schema:
-- Example Usage
AddEventHandler("_snt:PlayerPunished", function(player, punishment_type, reason, ban_id)
print(("Player %s recieved a %s. Reason: %s. %s"):format(player, punishment_type, reason, (ban_id or "")))
end)
--[[
Player 1 recieved a BAN. Reason: Internal Cheat Detectted. CNS-SENTINEL-12345
Player 2 recieved a KICK. Reason: Anti-Aimbot.
Player 3 recieved a WARN. Reason: Anti-Rapid_Fire.
]]ACE Permissions
The following detections can be bypassed by assigning the player the proper ACE Permission.
Last updated
Was this helpful?

