help little with string
#4

pawn Код:
public OnPlayerConnect( playerid )
{
    new
        ip[ 16 ], join[ 128 ];
       
    format( join, sizeof( join ), "( ! ) %s(IP: %s) has logged in", PlayerName( playerid ), GetPlayerIp(playerid, Ip, sizeof( Ip ) ) );
    MessageToAdmins( COLOR_GREY, join );
    return 1;
}
%s = string
%i & %d = integer
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: 2 Guest(s)