02.05.2014, 12:48
edit this :
to :
and add :
native MySQL:mysql_init(logtype = LOG_ONLY_ERRORS, printerrors = 1);
native mysql_fetch_string(dest[], MySQL:handle = (MySQL:0));
in the mysql include.
pawn Код:
mysql_fetch_row(Query, "|");
pawn Код:
mysql_fetch_row(Query);
native MySQL:mysql_init(logtype = LOG_ONLY_ERRORS, printerrors = 1);
native mysql_fetch_string(dest[], MySQL:handle = (MySQL:0));
in the mysql include.

