SA-MP Forums Archive
HTTP Reading - 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: HTTP Reading (/showthread.php?tid=635759)



HTTP Reading - Ahmed21 - 13.06.2017

Hello there,

I want to make a website page, it is empty, it only have some words on seperated lines, for example:
Carlos
Elias
Jack
Obama
Trump

I want to make a function in pawno, it stores each of the names above in a place in an array.
Names[0] = Carlos
Names[1] = Elias
...

Can someone give me the http code to do it?