21.08.2010, 17:04
It doesn't need to be as much as that, you can just do this, Stricken's automatically tells you if you are connected are not
It will tell you if you are connected or not
pawn Код:
//Under OnGameModeInIt is easy as this:
new MySQL:connection = mysql_init(1); //Log Everything
mysql_connect(sql_host, sql_user, sql_pass, sql_db, 1, connection);
