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

Solved Remove GM/GOD from highscores?

bybbzan

mapper
Joined
Aug 4, 2012
Messages
809
Solutions
2
Reaction score
136
Location
Sweden
Hello. Is it possible to remove all GM and GOD's from the highscore table.
If there is, how to do it?
Im using Gesior for 1.0.

Thanks.
 
i think it's already removed xD
but gesior need to fix it
here you are
go to config/config.php

search for this code
Code:
# PAGE: highscores.php
$config['site']['groups_hidden'] = array(4, 5, 6);
$config['site']['accounts_hidden'] = array(1);

just add number gm and god group id
in groups hidden
 
config.php
Code:
# PAGE: highscores.php
$config['site']['groups_hidden'] = array(2, 3);
i think it's already removed xD
but gesior need to fix it
here you are
go to config/config.php

search for this code
Code:
# PAGE: highscores.php
$config['site']['groups_hidden'] = array(4, 5, 6);
$config['site']['accounts_hidden'] = array(1);

just add number gm and god group id
in groups hidden

Thanks guys.
 
Back
Top