GetPlayerColor
#1

Hello, i have an Problem how to make that the Playername also "%s" are screened in the normal Playercolor which is setted with "SetPlayerColor" because the Playername is now too with this Color: {B2FFFF}
Код:
	if(pInfo[playerid][pVipLevel] >= 1)
{
	new string[128], playername[MAX_PLAYER_NAME];
    GetPlayerName(playerid, playername, sizeof(playername)); {}
    format(string, sizeof(string), "{B2FFFF}[VIP] %s: {FFFFFF}%s ",playername, text);
    SendClientMessageToAll(GetPlayerColor(playerid), string);
    return 0;
}
Reply


Messages In This Thread
GetPlayerColor - by Blackazur - 16.03.2013, 15:44
Re: GetPlayerColor - by Patrick - 16.03.2013, 16:04
AW: GetPlayerColor - by Blackazur - 16.03.2013, 16:06
Re: GetPlayerColor - by Patrick - 16.03.2013, 16:08
Re: GetPlayerColor - by Denying - 16.03.2013, 16:09
Re: GetPlayerColor - by Patrick - 16.03.2013, 16:12
Re: GetPlayerColor - by Vince - 16.03.2013, 16:35

Forum Jump:


Users browsing this thread: 2 Guest(s)