Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

New Release 4.0.5

Compare
Choose a tag to compare
@SmileYzn SmileYzn released this 05 Jan 03:02
· 37 commits to master since this release

In this release, we made some fixes on core:

  • Fixed round count in Second Half;
  • Fixed round count in Overtime;

Also added a new plugin to track stats of server using MySQL (PugRank):

  • Server will send players that enter in game to database;
  • Server will send player stats to database at match end;
  • Server will send player weapon stats to database at match end;
  • Server will send match stats to database at match end;

Also is added a folder called stats inside amxmodx.
There is the .SQL script to populate the MySQL database with PUG tables.
Also has a www folder containing some base PHP scripts to display player stats at website.

Finally, also added some new console variables to configure how rank plugin works:

Console Variable Description
pug_db_host Database Host
pug_db_name Database Name
pug_db_user Database Username
pug_db_pass Database User Password
pug_db_link Stats Page Link (Example: http://statspage.com)

When PugRank is enabled, players can see their stats in game (MOTD) using some commands:

Command Description
.stats View player stats page
.rank View players ranking of stats

The next step is fix more bugs, and create an HLTV control plugin.