Error
#2

pawn Код:
if ( ServerInfo[ ConnectMessages ] == 1 )
    {
        new str[ 256 ], pAKA[ 256 ];
        pAKA = dini_Get( "ladmin/config/aka.txt", tmp3 );
        format( str, sizeof( str ),"*** {FFFF00}%s(%d) {ACACAC}has joined the server", PlayerName( playerid ), playerid );
        for ( new i = 0; i < MAX_PLAYERS; i++ ) if ( IsPlayerConnected( i ) && playerid != i )
        {
            if ( PlayerInfo[ i ][ Level ] > 2 ) SendClientMessage( i, COLOR_GREY, str );
            else
            {
                format( str, sizeof( str ),"*** {FFFF00}%s(%d) {ACACAC}has joined the server", PlayerName( playerid ), playerid );
                SendClientMessage( i, COLOR_GREY, str );
            }
        }
    }
Reply


Messages In This Thread
Error - by DAVIDXP - 20.03.2013, 19:13
Re: Error - by Joshman543 - 20.03.2013, 21:14

Forum Jump:


Users browsing this thread: 3 Guest(s)