17.11.2013, 16:55
pawn Код:
new
Player_Ip[ MAX_PLAYERS ][ 16 ]
;
// OnPlayerConnect:
GetPlayerIp( playerid, Player_Ip[ playerid ], 16 );
// Anywhere else you want to use the IP (such as passing it as an argument to format):
Player_Ip[ playerid ]