ban/action.lua
local ACCESS = {
[1] = { 8 },
[2] = { 1, 2, 4, 5, 7, 9 },
[3] = { 1, 2, 3, 4, 5, 6, 7, 9 }
}
function onChannelRequest(cid, channel, custom)
unregisterCreatureEvent(cid, "Ban_Action")
if(not custom or type(channel) ~= 'number') then...