11.04.2014, 10:03
My Defines
Quote:
//MySQL defines and variables #define SQL_HOST "localhost" #define SQL_USER "codt1" #define SQL_PASS "xxxxx" #define SQL_DB "codt1" |
Quote:
This is under OnGameModeInit() mysql = mysql_init( ); mysql_connect( SQL_HOST, SQL_USER, SQL_PASS, SQL_DB, mysql, 1 ) |