• 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 with script of vip days remover

Keiro

New Member
Joined
Jun 24, 2009
Messages
285
Reaction score
0
Lua:
 --- Script by Kekox
function onTimer()
                 db.executeQuery("UPDATE accounts SET vipdays = vipdays - 1 WHERE vipdays > 0;")
        return true
end

Lua:
 <globalevent name="VipDaysRemover" time="00:01" event="script" value="daysremover.lua"/>


using tfs 0.3.6pl1 , not working, why?
 
omfg......i understood that was that it would check vip days every 1 minute lol , my bad , so it checks computer time ? aham......do u know a better vipdays remover system i could use? or u think this one is ok
 
Back
Top