Little 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Little help (
/showthread.php?tid=172848)
Little help -
Brian_Furious - 31.08.2010
Hi, someone know how to use HTTP for Pawn
Re: Little help -
boelie - 31.08.2010
try this wiki example
https://sampwiki.blast.hk/wiki/HTTP
test it after that and see what happens then learn from it and try other stuff you want
Re: Little help -
CyNiC - 31.08.2010
The function HTTP get the page data of any site. More acurately: the interior code of site.
You can use this datas for read a text or value of any site. For example, use this function to translate any text sent by the player(The ****** Translator supports this).
I don't know more about this.
Re: Little help -
Brian_Furious - 31.08.2010
Thanks guys