Client version: 8.6
I'm not sure about TFS version but this seems to be OTX server 3.
Script:
local config = {
guildTalksEnabled = getBooleanFromString(getConfigValue('ingameGuildManagement'))
}
function onSay(cid, words, param, channel)
local playerAccess, t = getPlayerAccess(cid), {}...