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

Help


Quote:

mysql_format(SQLHandle, query, sizeof(query), "SELECT * FROM housekeys WHERE Player='%e'", Player_GetName(playerid));

Reply
#2

read this carefully:
https://sampforum.blast.hk/showthread.php?tid=310429
Reply
#3

R6 and R7 versions:
pawn Код:
native mysql_format(connectionHandle, output[], format[], {Float,_}:... );
3rd argument is not the length of the query, it was changed for R33 and R40.
Reply
#4

Basically

Код:
mysql_format(SQLHandle, query, "SELECT * FROM housekeys WHERE Player='%e'", Player_GetName(playerid));
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)