Tokenizer- Ban Kick Event
For punishments you have to implement your own ban system
For punishments we give you an event handler that returns you the player source, type (ban/kick) and a reason.
Here is an example:
AddEventHandler('LyxosTKN:CustomPunishEvent', function(source, type, reason)
-- Your Code
end)
SERVER SIDED ONLY !!!
If you need further help, contact us on our discord.
Last updated