08.09.2012, 12:38
In your defines change the password line with this
and in change your mysql_connect with this one
Код:
#define MYSQL_PASS ""
pawn Код:
mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_DB, MYSQL_PASS);
