Delta-X Docs
  • 🎉Welcome to Delta-X
  • Basic
    • 🔑Redeem your Key
    • 💿Download the Anticheat
    • 🛠️Install the Anticheat
  • Configuration
    • 🗝️Permissions
  • FAQ
    • ⚠️My Server is crashing after starting delta
    • 🔓How can I change my IP address
  • FEATURES
    • 🔧Ban Event
Powered by GitBook
On this page
  1. FEATURES

Ban Event

You want to ban players with our ban system? No problem, we've added an event that allows you to do this.

ban from client side
TriggerServerEvent("DeltaX:BanPlayer", number: 0, string: reason)

You cannot ban other players via clientside, the player who send the event will get a ban.

ban from server side
TriggerEvent("DeltaX:BanPlayer", number: playerId, string: reason)

These bans are treated like normal anticheat bans and can also be unbanned in the cloud panel.

PreviousHow can I change my IP address

Last updated 2 years ago

🔧