AC- Kick Event

If you don't want our blocking system, you can create your own here.

For your kick system we give you the player source and ban reason in case of a detection/kick

Here is an example:

AddEventHandler('LyxosAC:CustomKickEvent', function(source, reason)
	-- Your Code
end)

Last updated