It says it for every player that is online. I say it once and it lag's server and spams Server Log.
Script.
function onSay(cid, words, param, channel) -- Script by Dubler, written for megaevo.net
local t = string.explode(param, ",")
if t[1] ~= nil and t[2] ~= nil then
local list = {}
for i...