local config = {
showGamemasters = getBooleanFromString(getConfigValue('displayGamemastersWithOnlineCommand'))
}
function onSay(cid, words, param, channel)
if exhaustion.get(cid, 408) then
doPlayerSendCancel(cid, 'You can use this command only once per 10 seconds.')
return true
end...