22.10.2014, 15:14
Quote:
Are you saving the connection ID through mysql_connect? Or you might have messed up the pool parameter of mysql_connect?
pawn Код:
pawn Код:
pawn Код:
|
pawn Код:
new SQL = -1;
public OnGameModeInit()
{
SQL = mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS);
return 1;
}
pawn Код:
new SQL = -1;