Kitaro74
Новичок
- Сообщения
- 3
- Реакции
- 0
I have a problem with the plugin. When I write /top15 the MOTD display only 10 positions.
And all the players have position 0

For the statistics I use only csstats.dat
The config statsx_unlimited.cfg contains
The config.php contains
How can I display 15 players in /top15?
How can I display the player position in the top?
What plugins I need to use to be able to display: country flag, country, town, steam avatar, steam profile, time in game, last online
Thank you
And all the players have position 0

For the statistics I use only csstats.dat
The config statsx_unlimited.cfg contains
Код:
statsx_top_access "d 1 d d d l"
statsx_top_enable "1"
statsx_top_type "-1"
statsx_top_number "15"
The config.php contains
PHP:
$c_['statsx_top'] = "zLFHADabcdhErQyx";
$c_['statsx_style'] = "style/";
$c_['statsx_nick'] = "20";
$c_['statsx_new_player'] = "1200";
$c_['statsx_skill'] = "0 65 800 1500 3500 4500 5500 8000 10000 11000 12000 13000 17000";
$c_['csstats_host'] = "";
$c_['csstats_user'] = "";
$c_['csstats_pass'] = "";
$c_['csstats_db'] = "";
$c_['csstats_table_players'] = "csstats_players";
$c_['csstats_table_settings'] = "csstats_settings";
$c_['gamecms_host'] = "";
$c_['gamecms_user'] = "";
$c_['gamecms_pass'] = "";
$c_['gamecms_db'] = "";
$c_['gamecms_url'] = "http://site.ru/";
$c_['amxbans_host'] = "";
$c_['amxbans_user'] = "";
$c_['amxbans_pass'] = "";
$c_['amxbans_db'] = "";
$c_['amxbans_table'] = "amx_bans";
$c_['steam_apikey'] = "MY-API-KEY";
$c_['steam_avatars'] = "2";
$c_['gamecms_avatars'] = "1";
How can I display 15 players in /top15?
How can I display the player position in the top?
What plugins I need to use to be able to display: country flag, country, town, steam avatar, steam profile, time in game, last online
Thank you