Skip to content

csgo-league/csgo-league-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS:GO League Game

Repository containing the server plugins for CS:GO league.

Authors

B3none - Developer / Maintainer

PandahChan - Developer / Maintainer

Kento - Developer

Watch for releases

So as to keep the latest version of the plugin I recommend watching the repository

Watch releases

Share the love

If you appreciate the project then please take the time to star our repository.

Star us

Installation

  1. Go to the releases tab and download the latest stable version.
  2. Add the league configs to the databases.cfg.
"league"
{
    "driver"			"mysql"
    "host"				""
    "database"			""
    "user"				""
    "pass"				""
    //"timeout"			"0"
    "port"				"3306"
}