06.03.2010, 05:05
Change ConexionMySQL() for:
And by the way, what mysql plugin are you using?
pawn Код:
ChequearMySQL()
{
if(mysql_ping() == -1) mysql_connect(SQL_HOST, SQL_USER,SQL_DB, SQL_PASS); // remember to define those
return 1;
}