nathanmarcos
New Member
- Joined
- Jun 30, 2011
- Messages
- 2
- Reaction score
- 0
hello,
I have:
local parameters = { cid = cid, var = var, combat2 = combat2 }
addEvent(spell, 500, parameters)
I need to know how can I take the remaining time to cast this spell again.
Exemple:
doSendPlayerCancel(cid, "You should wait" .. remaining time of addEvent function .. " to use this spell again!")
I have:
local parameters = { cid = cid, var = var, combat2 = combat2 }
addEvent(spell, 500, parameters)
I need to know how can I take the remaining time to cast this spell again.
Exemple:
doSendPlayerCancel(cid, "You should wait" .. remaining time of addEvent function .. " to use this spell again!")