OnPlayerText not getting player color.
#1

Hi, this isn't getting the player color, even if I change the color in-game it will throw it on white
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;
}
Reply


Messages In This Thread
OnPlayerText not getting player color. - by RiChArD_A - 25.06.2013, 17:07
Re: OnPlayerText not getting player color. - by KingHual - 25.06.2013, 17:12
AW: OnPlayerText not getting player color. - by BigETI - 25.06.2013, 17:22
Re: OnPlayerText not getting player color. - by dEcooR - 25.06.2013, 17:22
Re: AW: OnPlayerText not getting player color. - by RiChArD_A - 25.06.2013, 17:28
Re: OnPlayerText not getting player color. - by [jS]Thomas - 25.06.2013, 17:32
Re: OnPlayerText not getting player color. - by Vince - 25.06.2013, 19:09
AW: OnPlayerText not getting player color. - by BigETI - 25.06.2013, 19:51
Re: OnPlayerText not getting player color. - by RiChArD_A - 26.06.2013, 00:31

Forum Jump:


Users browsing this thread: 3 Guest(s)