FOR TECHNICAL SUPPORT, PLEASE JOIN MY DISCORD SERVER: https://discord.gg/m678vFKRCN --- PREREQUISITES: - AMX Mod X 1.9+ - ReHLDS 3.12+ - ReAPI and ReGameDLL matching the ReHLDS version --- INSTALLATION: 1. Unarchive the files into `addons/amxmodx`. 2. Write `rank_system_ultimate.amxx` at the very top in `amxmodx/configs/plugins.ini`. 3. Go to `addons/metamod/plugins.ini` and move the `reunion` module above `amxmodx` (VERY IMPORTANT). 4a. Reboot your server completely. 4b. If you see some errors after the reboot, simply restart the server again from the console (type `restart`). Bonus step: If you have a Zombie Plague server and want to run the system on ZP mode, simply go to `amxmodx/configs/plugins-ranskultimate.ini` and enable the subplugin `rsu_addon_zp43.amxx`. --- FAQ: Q: I get the following error in console: `Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)`. How do I fix that? A: This is an AMXX bug that sometimes appear on server startup. To fix it - simply restart the server in console or change map. - Q: Why upon opening /top15, I see a normal/different Top15 MOTD? A: Make sure that the rank system sits above all other stats related plugins in `configs/plugins.ini`. - Q: Do I need to disable anything after installing the Rank System Ultimate? A: You need to disable all other rank systems, as well as the original Top15, Rankstats, Statsme, Map End MOTD, /stats and /rank commands from the `amx_statscfgmenu` or `amxmodx/configs/stats.ini`. - Q: How to reset top15? A: Execute the console command `rsu_reset_stats @all all 0/1` where `0` will keep all players in the database and `1` will completely remove them from it. - Q: How to reset someone's statistics? A: Execute the console command `rsu_reset_stats all`. Additionally, if you want to remove this player from the database, simply type `rsu_reset_stats all 1` - Q: How to reset only specific statistics of someone/everyone? A: Execute the console command `rsu_reset_stats <@all/nick> `, where `@all` will reset the stats for everyone whilst `nick` will do only for a specific players. All `stats` must be separated with the symbol `|`. Here is a list of all available statistics (statistics in brackets will take place if the system runs on ZP mode): `all, level, kills, assists, deaths, headshots, planted (humanwins), defused (survivals), exploded (infections), roundswon (zombiewins), mvp, shots, hits, damage, playedtime`. Examples: `rsu_reset_stats Tornado_SW all`, `rsu_reset_stats Tornado_SW level|kills|deaths|headshots|skills`, `rsu_reset_stats @all level`, `rsu_reset_stats @all shots|hits|damage`, `rsu_reset_stats Tornado_SW all 1` (`1` at the end means it will remove this player from the database). If you want to reset all stats except the level and xp, use the following command: `rsu_reset_stats @all/ kills|assists|deaths|headshots|planted|defused|exploded|roundswon|mvp|shots|hits|damage|playedtime` - Q: How to prolong the time the players spend on the the Map End MOTD screen? A: Your `mp_chattime` cvar determines how many seconds the Map End MOTD screen will be displayed for. - Q: Why is the Map End MOTD screen not showing on map change? A: Quick edit needs to be done on all map related plugins for that purpose. Simply contact me on discord `tornado_sw` and send me your map system if you use one (Galileo, Map Manager etc.), as well as your admincmd.sma and mapsmenu.sma source codes. --- Free subplugins you can use along the rank system: https://github.com/RSUTornado/rsu-sub-plugins/releases To receive any plugin you like, simply message me on discord `tornado_sw` Enjoy! ;)