SA-MP Forums Archive
String to Integer - 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: String to Integer (/showthread.php?tid=291413)



String to Integer - spd_sahil - 19.10.2011

Okay so guys i made this dialogue and i need to get an input of two player's IDs from that.. now that id comes as a STRING right ?? is there anyway.. it comes as an Integer.. ?? or if there is not is there anyway.. i can extract that id number from the string /


Re: String to Integer - CrunkBankS - 19.10.2011

https://sampwiki.blast.hk/wiki/Strval


Re: String to Integer - [NoV]LaZ - 19.10.2011

You need
pawn Код:
strval(const string[]);



Re: String to Integer - spd_sahil - 19.10.2011

Thankss..