Quote:
Originally Posted by Littlehelper[MDZ]
pawn Код:
public OnPlayerText(playerid, text[]) { new textv2[128], name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof (name)); format(textv2, sizeof (textv2), "%s [%d]: %s", name, playerid, text); SendPlayerMessageToAll(playerid, textv2); return 0; }
|
That did't work and Roel's made so there is no color in the chat.