• 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!

Lua [HELP] stop event problem, please help and i Rep++!

DanneZ

Web-Scripting-Design-Host
Joined
Jan 16, 2010
Messages
84
Reaction score
2
Location
Sweden
Is it possible to stop this event?
local cfg = {
timer = 15 * 60 * 1000
}
addEvent(teleportBack, cfg.timer, cid, item.uid)

Tried with this but its still do the event:
local event = addEvent(teleportBack, cfg.timer, cid, item.uid)
stopEvent(event)

Help and i Rep++!

Yours DanneZ.
 
Back
Top