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

[MySQL] Weird problem with the players

Galgula

New Member
Joined
Nov 15, 2007
Messages
28
Reaction score
0
Hi,
I have a problem with MySQL, everytime i go to the table "players" i see only 10 players and i have like 200 players in my server.

now when i change a page it going back to Structre (spelling?) and i get this msg:
Code:
MySQL returned an empty result set (i.e. zero rows). ( Query took 0.0003 sec )
SELECT * 
FROM `players` 
LIMIT 30 , 30

Any idea what is the problem?


p.s:
My highscores also shwos only the 10 players i see on the first page.
 
Back
Top