├── README.md ├── modules ├── dummy_csx_amxx.dll └── dummy_csx_amxx_i386.so ├── scripting ├── csstatsx_playtime_awards.sma ├── csstatsx_sql.sma └── include │ └── csstatsx_sql.inc └── sql ├── csstats.sql ├── csstats_04_to_05.sql ├── csstats_05dev_to_05.sql ├── csstats_06_to_07.sql ├── csstats_07_to_072.sql ├── csstats_07_to_072_maps.sql ├── csstats_maps.sql ├── csstats_maps_sqlite.sql ├── csstats_mysql_convert.sql └── csstats_weapons.sql /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/README.md -------------------------------------------------------------------------------- /modules/dummy_csx_amxx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/modules/dummy_csx_amxx.dll -------------------------------------------------------------------------------- /modules/dummy_csx_amxx_i386.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/modules/dummy_csx_amxx_i386.so -------------------------------------------------------------------------------- /scripting/csstatsx_playtime_awards.sma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/scripting/csstatsx_playtime_awards.sma -------------------------------------------------------------------------------- /scripting/csstatsx_sql.sma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/scripting/csstatsx_sql.sma -------------------------------------------------------------------------------- /scripting/include/csstatsx_sql.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/scripting/include/csstatsx_sql.inc -------------------------------------------------------------------------------- /sql/csstats.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/sql/csstats.sql -------------------------------------------------------------------------------- /sql/csstats_04_to_05.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/sql/csstats_04_to_05.sql -------------------------------------------------------------------------------- /sql/csstats_05dev_to_05.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/sql/csstats_05dev_to_05.sql -------------------------------------------------------------------------------- /sql/csstats_06_to_07.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/sql/csstats_06_to_07.sql -------------------------------------------------------------------------------- /sql/csstats_07_to_072.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/sql/csstats_07_to_072.sql -------------------------------------------------------------------------------- /sql/csstats_07_to_072_maps.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/sql/csstats_07_to_072_maps.sql -------------------------------------------------------------------------------- /sql/csstats_maps.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/sql/csstats_maps.sql -------------------------------------------------------------------------------- /sql/csstats_maps_sqlite.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/sql/csstats_maps_sqlite.sql -------------------------------------------------------------------------------- /sql/csstats_mysql_convert.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/sql/csstats_mysql_convert.sql -------------------------------------------------------------------------------- /sql/csstats_weapons.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serfreeman1337/csstatsx-sql/HEAD/sql/csstats_weapons.sql --------------------------------------------------------------------------------