Elexonic
Well-Known Member
- Joined
- Jun 18, 2008
- Messages
- 1,920
- Reaction score
- 59
This is the script
I need to exhausted, and will not let me say the word while I have this exaust How could I?
Thank you.
I need to exhausted, and will not let me say the word while I have this exaust How could I?
Thank you.
Code:
function onSay(cid, words, param)
if exhaustion.check(cid, 555666) == false then
exhaustion.set(cid, 555666, 3)
else
doPlayerSendCancel(cid, 'You should wait ' ..exhaustion.get(cid, 555666)..' sec to write report again.')
end
return false
end