CS Docs

Ban Exports

Learn how to use the ban exports in your scripts.

Available Exports

Cyber Anticheat provides several exports that you can use in your own scripts to integrate with the ban system.

Ban Player Export

Lua Example

-- Ban a player using the export
exports["CyberAnticheat"]:cyber_banPlayer(source, reason)

-- Example
exports["CyberAnticheat"]:cyber_banPlayer(source, Cheating)

Parameters

  • playerIdThe server ID of the player
  • reasonReason for the ban