Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onSay(cid, param)
- pid = getPlayerByName(param)
- if getPlayerStorageValue(cid, 16612) < os.time() then
- doPlayerSendCancel(cid, "Voce nao pode curtir agora.")
- return true
- end
- if not pid then
- doPlayerSendCancel(cid, "Esse jogador nao existe ou nao está online.")
- return true
- end
- setPlayerStorageValue(cid, 16612, os.time() + 1000 * 60 * 60)
- doPlayerSendTextMessage(pid, cid.." curtiu o seu feito.")
- return true
- end
Advertisement
Add Comment
Please, Sign In to add comment