Tokenizer- Ban Kick Event

For punishments you have to implement your own ban system

How to do that?

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)

Last updated