• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua Frags Reset Today 6 AM Help Me

grigi1

Grillo
Joined
Jul 21, 2011
Messages
72
Reaction score
0
I want every day 6 am all frags of all the players as I turn back to 0? Thank you.
 
Would send me in this script? type, I put in globalevents, there's such a time it executes this command, you like? thanks
 
create file removefrags.lua in globalevents/scripts then copy this script

PHP:
function onTime()
                 db.executeQuery("UPDATE killers SET unjustified =0 WHERE 1;")
        return true
end

then put this line in globalevents.xml

PHP:
	<globalevent name="RemoveFrags" time="12:00" event="script" value="removefrags.lua"/>

remember to change the time ;)
 
I have a doubt, I put Gesior + acc manager, but when I create account in the acc manager not to log onto my web site at Gesior! and not log the acc manager within the account I created by q acc manager, you see? how to fix? : S
 
Back
Top