Help error 035: argument type mismatch (argument 3)
#1

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);
}
Reply
#2

help me this is the pwn
Reply
#3

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).
Reply
#4

can you give me the link for its download?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)