Chat help
#5

Your not being very clear about what you need!

**Written on forum**
pawn Код:
public OnPlayerText( playerid, text[] )
{
    new name[ MAX_PLAYER_NAME ], string[ 128 ];
    GetPlayerName( playerid, name, sizeof name );
    format( string, sizeof string, "%s(%d) says %s", name, playerid, text );
    SendClientMessageToAll( GetPlayerColor( playerid ), string );
    return 0;
}
Reply


Messages In This Thread
Chat help - by Artie_Scorpion - 07.01.2012, 16:45
Re: Chat help - by BlackWolf120 - 07.01.2012, 17:03
Re: Chat help - by Artie_Scorpion - 07.01.2012, 17:05
Re: Chat help - by Artie_Scorpion - 07.01.2012, 17:51
Re: Chat help - by Psymetrix - 07.01.2012, 17:58

Forum Jump:


Users browsing this thread: 5 Guest(s)