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

Bug With Players number on Gesior

It's because you didn't truncate the table players after you removed players.

I assume you're using this, if not then please post your latestnews.php

Change
PHP:
'.$query2['id'].'
to
PHP:
' . $query2['id'] - 79 . '
 
It's because you didn't truncate the table players after you removed players.

I assume you're using this, if not then please post your latestnews.php

Change
PHP:
'.$query2['id'].'
to
PHP:
' . $query2['id'] - 79 . '
it did not work only says -79 on the lastes news on website
 
Back
Top