SA-MP Forums Archive
Inputtext - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Inputtext (/showthread.php?tid=180028)



Inputtext - sekol - 29.09.2010

So tell me what i have to do.
PHP код:
    dini_IntSet(file"Age"inputtext); 
Код:
error 035: argument type mismatch (argument 3)
I want it to set "Age" in player file to inputtext.


Re: Inputtext - LarzI - 29.09.2010

inputtext is a string.

Do
pawn Код:
dini_IntSet(file, "Age", strval(inputtext));
<This forum requires that you wait 120 seconds between posts. Please try again in 60 seconds.>


Re: Inputtext - sekol - 29.09.2010

Thanks, you helped me alot :"D