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

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error 035: argument type mismatch (argument 3) (/showthread.php?tid=577760)



error 035: argument type mismatch (argument 3) - suni - 13.06.2015

Quote:

(7253) : error 035: argument type mismatch (argument 3) (7254) : error 035: argument type mismatch (argument 3)

line 7253
Код:
strcat(str, "Name of the Admin that Banned you: %s\n", GetName(playerid));

line 7254
Код:
strcat(str, "Reason of the Ban :%s.\n", reason);



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

strcat doesn't accept passing arguments like that. Use format function for that.


Re: error 035: argument type mismatch (argument 3) - suni - 14.06.2015

ok thanks