10.02.2019, 03:32
Quote:
|
https://sampforum.blast.hk/showthread.php?tid=543919
Quite straightforward to use for something as simple as your request to be fair. |
I am using it to retrieve JSON data from the HTTP function.
Although there is one thing that is bothering me about this HTTP function... The response data is being send to a callback.
Would it be possible to create a function that will make the HTTP function return the response data to itself instead of a callback?
So you could use it like this for example:
HTML Code:
new response = HTTP(playerid, HTTP_GET, "random.com", "");


