explain http(); someone?
#2

it is a thing which connects you with a website. For Example

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp("/stevenpaul",cmdtext,true))
    {
        HTTP(playerid, HTTP_GET, "www.crimeliferoleplay.com/stevenpaul.txt", "", "MyHttpResponse");
        return 1;
    }
    return 0;
}
it reads the txt on the page
Reply


Messages In This Thread
explain http(); someone? - by DarrenReeder - 31.01.2011, 16:04
Re: explain http(); someone? - by Steven Paul - 31.01.2011, 16:20
Re: explain http(); someone? - by DarrenReeder - 31.01.2011, 16:27
Re: explain http(); someone? - by Steven Paul - 31.01.2011, 16:28
Re: explain http(); someone? - by Hal - 31.01.2011, 16:33
Re: explain http(); someone? - by DarrenReeder - 31.01.2011, 16:34
Re: explain http(); someone? - by Steven Paul - 31.01.2011, 16:56

Forum Jump:


Users browsing this thread: 3 Guest(s)