IP of Player?
#4

pawn Код:
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, RED, "You are not allowed to do that");
    new PlayerIP[16], string[20], id;
    GetPlayerIp(id, PlayerIP, sizeof(PlayerIP));
    format(string, sizeof(string), "Player IP is:%s", PlayerIP);
    SendClientMessage(playerid, YELLOW, string);
    return 1;
}
Reply


Messages In This Thread
IP of Player? - by Blackazur - 12.09.2012, 10:05
Re: IP of Player? - by clarencecuzz - 12.09.2012, 10:10
Re: IP of Player? - by Roach_ - 12.09.2012, 10:10
Re: IP of Player? - by RedJohn - 12.09.2012, 10:12
AW: Re: IP of Player? - by Blackazur - 12.09.2012, 10:16
Re: IP of Player? - by RedJohn - 12.09.2012, 10:18
Re: IP of Player? - by clarencecuzz - 12.09.2012, 10:20
AW: IP of Player? - by Blackazur - 12.09.2012, 10:21
Re: IP of Player? - by RedJohn - 12.09.2012, 10:22
Re: IP of Player? - by clarencecuzz - 12.09.2012, 10:22

Forum Jump:


Users browsing this thread: 3 Guest(s)