30.12.2009, 10:01
Quote:
Originally Posted by Wicko
Код:
native mysql_fetch_row_format(string[],const delimiter[] = "|"); #define mysql_fetch_row(%1) mysql_fetch_row_format(%1," ") Код:
mysql_fetch_row(BizzName[i]); |
Change this:
pawn Код:
#define mysql_fetch_row(%1) mysql_fetch_row_format(%1," ")
pawn Код:
#define mysql_fetch_row(%1) mysql_fetch_row_format(%1)