18.04.2011, 12:52
K, I will test that a bit later.
Now I can't understand, why GetPlayerIp returns 255.255.255.255 not 127.0.0.1?
Function:
Now I can't understand, why GetPlayerIp returns 255.255.255.255 not 127.0.0.1?
Function:
pawn Код:
stock GetPlayerIpEx( playerid )
{
new
rIP[ 16 ]
;
GetPlayerIp( playerid, rIP, 16 );
return rIP;
}