Rarely helps
#3

You could've found how to do it if you searched for it.

pawn Код:
public OnPlayerText( playerid, text[ ] )
{
    new
        msg[ 128 ]
    ;
    format( msg, sizeof( msg ), "[%d] : %s", playerid, text );
    SendPlayerMessageToAll( playerid, msg );
    return 0;
}
Reply


Messages In This Thread
Rarely helps - by Sliceofdeath - 02.10.2013, 09:05
Re: Rarely helps - by Sliceofdeath - 02.10.2013, 09:35
Re: Rarely helps - by Konstantinos - 02.10.2013, 09:43
Re: Rarely helps - by Sliceofdeath - 02.10.2013, 09:58

Forum Jump:


Users browsing this thread: 1 Guest(s)