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=550682)
error 035: argument type mismatch (argument 3) -
dan40o - 14.12.2014
error 035: argument type mismatch (argument 3)
Код:
INI_WriteInt(File, "GSM: ", inputtext);
Whats the problem?
AW: error 035: argument type mismatch (argument 3) -
Nero_3D - 14.12.2014
inputtext isn't an integer, it is a string so you need to use
pawn Код:
INI_WriteString(File, "GSM: ", inputtext);
Re: error 035: argument type mismatch (argument 3) -
dan40o - 14.12.2014
Thanks.
Re: error 035: argument type mismatch (argument 3) -
iThePunisher - 14.12.2014
Edit: they are faster