[AJUDA] Textdraw
#4

pawn Код:
//public
public AtualizarPing()
{
    new string[ 44 ];
    for( new i = 0; i < MAX_PLAYERS; i++ )
    {
        if( IsPlayerConnected( i ) )
        {
            format( string, sizeof( string ), "Ping: %d Score:%d", GetPlayerPing(i),GetPlayerScore(i));
            TextDrawSetString( PingT[ i ], string);
        }
    }
    return 1;
}
Reply


Messages In This Thread
[AJUDA] Textdraw - by Hancoc - 16.01.2012, 15:29
Re: [AJUDA] Textdraw - by pr0bscur3 - 16.01.2012, 15:33
Re: [AJUDA] Textdraw - by Hancoc - 16.01.2012, 15:36
Re: [AJUDA] Textdraw - by AleeFerreira - 16.01.2012, 15:38
Re: [AJUDA] Textdraw - by dPlaYer_ - 16.01.2012, 15:42
Re: [AJUDA] Textdraw - by Hancoc - 16.01.2012, 15:44
Re: [AJUDA] Textdraw - by dPlaYer_ - 16.01.2012, 15:46

Forum Jump:


Users browsing this thread: 1 Guest(s)