SA-MP Forums Archive
INPUTTEXT HELP - 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: INPUTTEXT HELP (/showthread.php?tid=607732)



INPUTTEXT HELP - Pearson - 23.05.2016


HELP ME PLEASE GUYS <3


Re: INPUTTEXT HELP - Banana_Ghost - 23.05.2016

Use strval. Like:

pawn Код:
PlayerInfo[playerid][pDostup] = strval(inputtext);



Re: INPUTTEXT HELP - Pearson - 23.05.2016

Quote:
Originally Posted by Banana_Ghost
Посмотреть сообщение
Use strval. Like:

pawn Код:
PlayerInfo[playerid][pDostup] = strval(inputtext);
Thank You .