SA-MP Forums Archive
The integer input in the DIALOG_STYLE_INPUT - 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: The integer input in the DIALOG_STYLE_INPUT (/showthread.php?tid=611996)



removed - TracerX - 13.07.2016

removed


Re: The integer input in the DIALOG_STYLE_INPUT - IceBilizard - 13.07.2016

Use

PHP Code:
strval(inputtext
for integer values in dialogs.

You can read Strval here.