Adds cvars:
cvar_t *csx_sqlstats_host; cvar_t *csx_sqlstats_username; cvar_t *csx_sqlstats_password; cvar_t *csx_sqlstats_db; cvar_t *csx_sqlstats_table; Exports players' statistics at map change to SQL db right after it saved those to the dat file.
This commit is contained in:
6
dlls/csx_sql/compile.bat
Executable file
6
dlls/csx_sql/compile.bat
Executable file
@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
PATH=D:\gcc\bin;%PATH%
|
||||
|
||||
make
|
||||
|
||||
pause
|
Reference in New Issue
Block a user