IP of a player.
#3

You need to format the string. (The IP is a string so you should use "%s" identifier)
Example:
pawn Код:
new plrIP[16], string[32];
    GetPlayerIp(playerid, plrIP, sizeof(plrIP));
    format(string, sizeof(string), "IP: %s", plrIP);
    SendClientMessageToAll(COLOR, string);
EDIT: oh, JaTochNietDan replied faster than me.
Reply


Messages In This Thread
IP of a player. - by iGetty - 07.08.2011, 20:48
Re: IP of a player. - by JaTochNietDan - 07.08.2011, 20:52
Re: IP of a player. - by Anzipane! - 07.08.2011, 20:53
Re: IP of a player. - by iGetty - 07.08.2011, 20:56
Re: IP of a player. - by Anzipane! - 07.08.2011, 21:01
Re: IP of a player. - by iGetty - 07.08.2011, 21:02
Re: IP of a player. - by Basicz - 07.08.2011, 21:03

Forum Jump:


Users browsing this thread: 4 Guest(s)