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.