SA-MP Forums Archive
Little help? Inputtext y_ini - 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: Little help? Inputtext y_ini (/showthread.php?tid=341275)



Little help? Inputtext y_ini - HDFord - 10.05.2012

Ok i need to get some stuff saved in y_ini. And that is going to be what the player type in the DIALOG_STYLE_INPUT. And example code is this
pawn Код:
INI_WriteInt(File,"inputtext",inputtext);
just as a example i know that dont work.


Re: Little help? Inputtext y_ini - JaKe Elite - 10.05.2012

Inputtext is a string not integer.
If you gonna hash the password w/ inputtext use whirlpool.

and INI_WriteInt is use for writing integer not writing for string.

use INI_WriteString it use for writing string such as "n00bs", "none" read the y_ini tutorial made by ******