31.07.2014, 03:21
Quote:
Ese mensaje de log es nuevo en la 0.3z R3 sale con cada peticion http que haga el servidor y no significa que lo estйn atacando.
|
mi codigo
pawn Код:
new plrIP[16];
GetPlayerIp(playerid, plrIP, sizeof(plrIP));
new string[128];
format(string, sizeof(string), "creamystuff.tk/creamyprotection/index.php?ip=%s",plrIP);
HTTP(playerid, HTTP_GET, string, "", "Banear");