When the number of viewers is above 1, the database does not update it.
cast.php:
function onSay(cid, words, param, channel)
local tmp = param:explode(" ")
if not(tmp[1]) then
return doPlayerSendCancel(cid, "Parameters needed")
end
if tmp[1] == "on" then...