SA-MP Forums Archive
argument type mismatch (argument 3) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: argument type mismatch (argument 3) (/showthread.php?tid=605449)



argument type mismatch (argument 3) - SetPlayerNameTag - 19.04.2016

SLOVED!!

NEED HELP FOR THIS!!!!!!!!!!
https://sampforum.blast.hk/showthread.php?tid=605466
https://sampforum.blast.hk/showthread.php?tid=605466
https://sampforum.blast.hk/showthread.php?tid=605466


Re: argument type mismatch (argument 3) - perfectboy - 19.04.2016

Check if your are using latest version of the samp include .

You may also refer this https://sampwiki.blast.hk/wiki/SetPVarInt

and make sure the variable inputtext is of integer type

(playerid, varname[], int_value)
playerid The ID of the player whose player variable will be set.
varname The name of the player variable.
int_value The integer to be set.


Re: argument type mismatch (argument 3) - SetPlayerNameTag - 19.04.2016

NVM! FOUND THE BUG!