• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

addEvent Doubt

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!")
 
Back
Top