AC- Ban Event

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

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

Here is an example:

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

Last updated