31.05.2014, 16:39
replace this:
with this:
also on the top of your gm:
and on this line:
replace this:
with this:
pawn Код:
mysql_fetch_row(Query, "|");
pawn Код:
mysql_fetch_row(Query);
pawn Код:
#define mysql_fetch_string(%0,%1) mysql_fetch_field(%0,%1)
#define mysql_fetch_int(%0,%1) mysql_fetch_field(%0,field); \%1=strval(field)
replace this:
pawn Код:
while(mysql_fetch_row(Query, "|"))
pawn Код:
while(mysql_fetch_row(Query))