25.06.2013, 17:07
Hi, this isn't getting the player color, even if I change the color in-game it will throw it on white
Code:
Code:
pawn Код:
public OnPlayerText(playerid, text[])
{
new message[128], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
format(message, sizeof(message), "%s(%i): %s", name, playerid, text);
SendClientMessageToAll(-1, message);
return 0;
}