help little with string
#1

pawn Код:
public OnPlayerConnect(playerid)
{
    new ip[16],join[256];
    GetPlayerIp(playerid,ip,sizeof(ip));
    format(join,sizeof(join),"( ! ) %s(IP: %d) has logged in",PlayerName(playerid),ip);
    MessageToAdmins(COLOR_GREY,join);
return 1;
}

well, should show player's ip but show that shit
Reply


Messages In This Thread
help little with string - by mineralo - 19.01.2012, 16:56
Re: help little with string - by Sinner - 19.01.2012, 17:03
Re: help little with string - by mineralo - 19.01.2012, 17:08
Re: help little with string - by Konstantinos - 19.01.2012, 17:08
Re: help little with string - by milanosie - 19.01.2012, 17:10
Re: help little with string - by mineralo - 19.01.2012, 17:10
Re: help little with string - by mSp - 19.01.2012, 17:14

Forum Jump:


Users browsing this thread: 1 Guest(s)