How to get info from website - 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: How to get info from website (
/showthread.php?tid=620443)
How to get info from website -
Egoxper - 30.10.2016
Hi guys, i have a question, if it's possible to get data from website and somehow from that declare variables.
I made website to show what i mean.. I've got a
website and from this page get only some variables.
Example:
Quote:
{
''str0'' : ''result0''
''str1'' : ''result1'',
''str2'' : ''result2'',
''str3'' : ''result3'',
''str4'' : ''result4'',
''str5'' : ''result5'',
''str6'' : ''result6'',
}
|
and i want get only result0, result2, result4, result6. Is that possible? Thanks for answer.
Re: How to get info from website -
Jayse - 30.10.2016
you need a JSON parser plugin for that.