It wont work!!
function onSay(cid, words, param, channel)
if getPlayerStorage(cid, 2700) <= os.time() then
local kk = os.time()+2
setPlayerStorageValue(cid, 2700, kk)
if getPlayerMoney(cid) >= 10000 then
if doPlayerAddItem(cid, 2173, 1, false) then
return...