don't work bro
function onSay(cid, words, param)
local t = string.explode(param, ",")
if param == '' then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Missing params.")
return true
end
local balance, pid = getPlayerByName(t[1]), t[2]...