07.06.2012, 09:16
if you use it like this:
HTTP(playerid, HTTP_HEAD, url, "", "MyHttpResponse");
The server will just send the request and wont wait for the answer, so it wont cause any lag.
HTTP(playerid, HTTP_HEAD, url, "", "MyHttpResponse");
The server will just send the request and wont wait for the answer, so it wont cause any lag.

