05.12.2010, 19:21
Im making a little FS for vandex.
But it doesnt work. Can anyone help me?
Command to send data:
When i do the command ingame it just Says: "The request failed! The response code was: 6".
I searched on forum but did not found a topic that helped me.
But it doesnt work. Can anyone help me?
Command to send data:
pawn Код:
if (strcmp("/offical", cmdtext, true, 10) == 0)
{
if(IsPlayerAdmin(playerid))
{
GetPlayerName(playerid, pName, sizeof(pName));
GetPlayerIp(playerid, uip, sizeof(uip));
format(string, sizeof(string), "%s(IP: %s) asked for Legal Vandex License", pName, uip);
HTTP(playerid, HTTP_POST, "icorne.one2xs.com/vandex.txt", string, "MyHttpResponse");
}
return 1;
}
I searched on forum but did not found a topic that helped me.

