19.05.2010, 02:46
Specifficly....
FactionInfo[factionid][fColor] = FFFFFF;
FFFFFF is stored SQL side ...
What is the best way to append( 0x + FFFFFF + 65 )
Im attempting to assign a Color to a GangZone based on the Faction Color .... However, i dont like the 'solid' overlay on the Radar, so id like to dress it down by setting the opacity to 65 .
Am i way of base in my approach
or should it be append ?
FactionInfo[factionid][fColor] = FFFFFF;
FFFFFF is stored SQL side ...
What is the best way to append( 0x + FFFFFF + 65 )

Im attempting to assign a Color to a GangZone based on the Faction Color .... However, i dont like the 'solid' overlay on the Radar, so id like to dress it down by setting the opacity to 65 .
Am i way of base in my approach
