26.07.2012, 19:15
OnGameModeInit, after connecting mysql do:
And take a look in your server console, does it connect?
And dude, hash your passwords! People trust you, and you just can watch their passwords whenever you want?
pawn Код:
//
if(mysql_ping() == 1)
{
mysql_debug(1);
printf("[MYSQL] Connection with the database: SUCCESS!");
}
else
{
printf("[MYSQL] Connection with the database: FAIL!");
}
And dude, hash your passwords! People trust you, and you just can watch their passwords whenever you want?