09.10.2018, 14:21
Hello guys, i have a problem when i compile script i get this warnings and error:
modules/sockets.pwn(430) : error 035: argument type mismatch (argument 1)
modules/sockets.pwn(514) : warning 213: tag mismatch
modules/sockets.pwn(533) : warning 213: tag mismatch
Line in script:
430
format(string,sizeof(string),"SELECT * FROM `ns_clients` WHERE `Username` = '%s'",pName[PlayerID]); mysql_tquery(string,true,"NSUpdateQuery","i",Playe rID);
514
mysql_format(SQLConn,query,false,"","");
533
mysql_format(SQLConn,query,false,"","");
modules/sockets.pwn(430) : error 035: argument type mismatch (argument 1)
modules/sockets.pwn(514) : warning 213: tag mismatch
modules/sockets.pwn(533) : warning 213: tag mismatch
Line in script:
430
format(string,sizeof(string),"SELECT * FROM `ns_clients` WHERE `Username` = '%s'",pName[PlayerID]); mysql_tquery(string,true,"NSUpdateQuery","i",Playe rID);
514
mysql_format(SQLConn,query,false,"","");
533
mysql_format(SQLConn,query,false,"","");