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

scheduleEvent

Dubler

PHP, LUA, C++
Joined
Aug 3, 2009
Messages
268
Reaction score
11
Location
Poland
Could somebody check if "scheduleEvent" of function with params is working? In this case delay doesn't work for me...
Thanks in advance for responses.
 
and how are u using it?
here, is working very well...
Code:
scheduleEvent(function() changePercent(progress, icon, perc, num-1) end, 1000)
 
Back
Top