SA-MP Forums Archive
Help error 035: argument type mismatch (argument 3) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: Help error 035: argument type mismatch (argument 3) (/showthread.php?tid=524212)



Help error 035: argument type mismatch (argument 3) - haridz - 05.07.2014

public InitializePlayerObjects(playerid)
{
new Query[160];
mysql_format(gConnectionhandle, Query, "SELECT * FROM `PlayerObjects` WHERE `Name` = '%s' LIMIT 10", pName(playerid));
mysql_function_query(gConnectionhandle, Query, true, "OnPlayerObjectsLoad", "d", playerid);
}


Re: Help error 035: argument type mismatch (argument 3) - haridz - 05.07.2014

help me this is the pwn


Re: Help error 035: argument type mismatch (argument 3) - Konstantinos - 05.07.2014

Assuming you use one of the latest versions of the mysql plugin, the 3rd parameter is the length of the query and then it's format (used to be 3rd in R7 and maybe later in few versions).


Re: Help error 035: argument type mismatch (argument 3) - haridz - 05.07.2014

can you give me the link for its download?