Turf Color problem help please
#1

Hello my turfs look like this:

And when a rival enter on a turf on minimap MAKE FULL color of this map..

How can i make "Transparent"
Reply
#2

You must add 66 at the end of the color code to make it seen through.
Reply
#3

yea? ok i will try
Reply
#4

i have :
GangZoneShowForPlayer(pla, turf[warid], 0x40863CFF);
what to do for him ?
Reply
#5

A color format is 0xRRGGBBAA, RR = red amount, GG = green amount, BB = green amount and AA = alpha transparency (what do you want to change), now you have FF, and you can make it transparent by setting it to any range from 00 to 99 and combinations between AA, BB, CC, DD, EE, FF (you can use AA, AB, CA, CE, etc.)
Reply
#6

Make it like this:

pawn Код:
GangZoneShowForPlayer(pla, turf[warid], 0x40863CAA);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)