Text id player
#2

Here you go!

pawn Код:
public OnPlayerText(playerid, text[])
{
    new _string[ 145 ], GetName[ MAX_PLAYER_NAME ];
    GetPlayerName( playerid, GetName, MAX_PLAYER_NAME );
    format( _string, sizeof( _string ), "%s(%i): %s", GetName, playerid, text );
    return false; //false to avoid sending double text messages.
}
Reply


Messages In This Thread
Text id player - by XxXBr0nXxX - 05.01.2014, 22:08
Re: Text id player - by Patrick - 05.01.2014, 22:19
Re: Text id player - by XxXBr0nXxX - 05.01.2014, 22:21

Forum Jump:


Users browsing this thread: 1 Guest(s)