Colored Names
#7

Quote:
Originally Posted by XtremeR
Посмотреть сообщение
pawn Код:
if(Player[playerid][VipRank] >= 1)
{
SetPlayerColor(playerid,0xFFFFFFFF); //White
}
else if(Player[playerid][VipRank] >= 2)
{
SetPlayerColor(playerid, 0xFFFFFFAA);//grey
}
else if(Player[playerid][VipRank] >= 3)
{
SetPlayerColor(playerid,0xFFFF00AA); //yellow
}
hope that helps
Please note that this grey is not grey but has just the white colour with the opacity changed. Change to 777777, 666666 or CCCCCC or something near that. A0A0A0 is cool too.
Reply


Messages In This Thread
Colored Names - by KiiD - 25.09.2012, 07:25
Re: Colored Names - by mamorunl - 25.09.2012, 07:32
Re: Colored Names - by XtremeR - 25.09.2012, 07:37
Re: Colored Names - by KiiD - 25.09.2012, 07:38
Re: Colored Names - by XtremeR - 25.09.2012, 07:46
Re: Colored Names - by KiiD - 25.09.2012, 07:50
Re: Colored Names - by mamorunl - 25.09.2012, 08:05
Re: Colored Names - by KiiD - 25.09.2012, 08:07
Re: Colored Names - by mamorunl - 25.09.2012, 08:13
Re: Colored Names - by KiiD - 25.09.2012, 08:37

Forum Jump:


Users browsing this thread: 1 Guest(s)