20.04.2013, 13:33
PHP код:
public OnPlayerText(playerid, text[])
{
static
xCelulas [ 120 ],
xNick [ 24 ]
;
GetPlayerName ( playerid, xNick, 24 ) ;
format ( xCelulas, sizeof ( xCelulas ), "%s Diz: %s", xNick, text ) ;
SendClientMessageToAll ( 0xFFFFFFAA, xCelulas ) ;
return 0;
}