(TFS 0.4) How use this function?
doPlayerSendChannelMessage
I tryed this way in globalevents:
function onThink(cid, interval, lastExecution)
for _, pid in pairs(getPlayersOnline()) do
doPlayerSendChannelMessage(pid, "", TALKTYPE_CHANNEL_W, "test", 8)
end
return true
end
DEBUG :/
Why it...