14.03.2014, 12:05
Hey, Put this Public, and these codes,
PHP код:
public OnPlayerText ( playerid, text [ ] )
{
new
sString [ 128 ],
gName [ 25 ] ;
GetPlayerName ( playerid, gName, 25 ) ;
format ( sString, 128, "Name: %s : %s", gName, text ) ;
SendClientMessageToAll ( -1, sString ) ;
return 0 ;
}