local config = {
ingameGuilds = getBooleanFromString(getConfigValue('ingameGuildManagement'))
}
function onSay(cid, words, param, channel)
if(not checkExhausted(cid, 666, 10)) then
return false
end
local playerAccess, t = getPlayerAccess(cid), {}
for i, talk in...