This AMX Mod X plugin consists of two interconnected plugins: bhop_ranking and medals.sma. These plugins work together and cannot function properly without each other. The bhop_ranking plugin is responsible for updating the database, displaying the rank, score and medals.
- Rank players based on their BHOP (Bunny Hop) skills.
- Award players with Bronze, Silver, and Gold medals based on their achievements.
- Integration with a database to store player rankings and medals.
- HUD display of player ranks and medals.
- Command to display the top ranking players (
/toprank). - Command to display a player's rank and medals (
/rank). - Configurable settings through a
ranking.cfgfile. - Configurable medals for every map through a
medals.inifile
- Players can use the
/toprankcommand to view the top-ranked players. - Players can use the
/rankcommand to view their own rank and medals. - Medals are awarded based on BHOP achievements.
- Player rankings and medals are stored in a database.
The ranking.cfg file contains settings such as SQL database connection details and medal scores.
SQL_HOST "localhost"
SQL_USER "root"
SQL_PASSWORD "password"
SQL_DATABASE "bhop_ranking"
MEDAL_BRONZE 10
MEDAL_SILVER 20
MEDAL_GOLD 30- The
medals.smaplugin is an extension that provides additional functionality for awarding and displaying medals. - Ensure that the required include files are available in your AMX Mod X include directory.
Feel free to contribute, report issues, or suggest improvements!