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

"Event onTime not found" (Kekox Vip Sytem - Daysremover script) Dont works.

Xeikh

詠春 ☯
Joined
Oct 23, 2009
Messages
724
Reaction score
17
XML:
<globalevent name="VipDaysRemover" time="00:01" event="script" value="daysremover.lua"/>

LUA:
function onTimer()
                 db.executeQuery("UPDATE accounts SET vipdays = vipdays - 1 WHERE vipdays > 0;")
        return true
end

Hello, im using Kekox VIP Sytem.

This message appears in console:

[Warning - Event::loadScript] Event onTime not found (data/globalevents/scripts/daysremover.lua)

Can please someone tell me why it doesn't works? :$
 
Back
Top