SA-MP Forums Archive
how can i get the inputtext to use in strmid - 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: how can i get the inputtext to use in strmid (/showthread.php?tid=154938)



how can i get the inputtext to use in strmid - Ben147 - 16.06.2010

SOLVED


Re: how can i get the inputtext to use in strmid - DJDhan - 16.06.2010

Код:
strmid(regname, inputtext, 0, strlen(inputtext), 256);
What wrong with the above code? It should work.


Re: how can i get the inputtext to use in strmid - Ben147 - 16.06.2010

I know...

you didnt understand me.. i want get the paramets of it

beacuse i need to use it in another functions

i just show a example


Re: how can i get the inputtext to use in strmid - DJDhan - 16.06.2010

If the "other function" is called in the same function as strmid, you can use the parameters as it is.