31.01.2011, 16:20
it is a thing which connects you with a website. For Example
it reads the txt on the page
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp("/stevenpaul",cmdtext,true))
{
HTTP(playerid, HTTP_GET, "www.crimeliferoleplay.com/stevenpaul.txt", "", "MyHttpResponse");
return 1;
}
return 0;
}