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

problem z whoisonline

Magro

New Member
Joined
Apr 13, 2009
Messages
93
Reaction score
0
moj whoisonline na głównej stronie pokazuje 30 osob mimo ze serwer jest offline. j
na whoisonline ?subtopic=whoisonline pokazuje dobrze a na głównej stronie źle jak to naprawić?
 
Gowno prawda.
SQL:
UPDATE `players` SET `online` = 0;
Tak to jest jak sie shutdowna nie uzywa.
 
Wrzuć to do funkcji włączające serwer, wtedy nie będziesz musiał wrzucać tego co chwilę do phpymadmin.​
PHP:
function onStartup()
    db.executeQuery("UPDATE `players` SET `online` = 0")
    return true
end

@down - może że tak, nie sprawdzałem =)​
 
Last edited:
Back
Top