🔧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.

Last updated