31.05.2014, 16:26
hi i have a gang system that used mysql(strickenkid's mysql) as i remember nw i have the BlueG's mysql and tried to recompile and use again and i get these errors
for these lines
Код:
filterscripts\TestGang.pwn(158) : error 035: argument type mismatch (argument 3) filterscripts\TestGang.pwn(188) : error 017: undefined symbol "mysql_init" filterscripts\TestGang.pwn(214) : error 017: undefined symbol "mysql_fetch_string" filterscripts\TestGang.pwn(241) : error 035: argument type mismatch (argument 3) filterscripts\TestGang.pwn(284) : error 035: argument type mismatch (argument 3) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors.
Код:
158-mysql_fetch_row(Query, "|");
Код:
188-mysql_init();
Код:
214-mysql_fetch_string(gName);
Код:
241-mysql_fetch_row(Query, "|");
Код:
284-while(mysql_fetch_row(Query, "|"))