so it will be like this?
function onSay(cid, words, param, channel)
if(param == '') then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.")
return true
end
table.contains = function (txt, str)
for i, v in pairs(str) do...