Skip to content

Wanting to know more about your community? This might be the script you are looking for, it stores individual and total map statistics into a database and comes with a website script to view them.

License

Notifications You must be signed in to change notification settings

Celuni/SM-Map-Statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNH Logo

About

Wanting to know more about your community? This might be the script you are looking for, it stores individual and total map statistics into a database and comes with a website script to view them.

Setup

Game Server

  • Move mapstas.smx into addons/sourcemod/plugins
  • Edit addons/sourcemod/configs/databases.cfg
"mapstats"
 {
    "driver"            "mysql"
    "host"                "ip"
    "database"            "db"
    "user"                "user"
    "pass"                "pass"
    //"timeout"            "0"
    "port"            "3306"
}

Web Server

  • Upload files inside of the web server folder into your web server.
  • Edit config.php, enter your database details and maps.

Preview

Get a good idea of your general map stats.

preview

Simply click to view the scoreboard.

preview

About

Wanting to know more about your community? This might be the script you are looking for, it stores individual and total map statistics into a database and comes with a website script to view them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published