28.10.2011, 10:29
(
Последний раз редактировалось DrTHE; 29.10.2011 в 00:15.
)
PHP код:
public OnPlayerText(playerid, text[])
{
new string[128],
max[MAX_PLAYER_NAME];
GetPlayerName(playerid, max, sizeof(max));
format(string, sizeof(string), "[%s] {006400}diz{FF0000}: {EEE8AA}%s", max, text);
SendClientMessageToAll(-1, string);
return false;
}