General > Off-Topic

Help!

(1/2) > >>

Hizan:
Hello, first post just registered  8) 

Okay so, my friend wants me to configure ULX for him, so, i did..
Then what he said: "is there any thing ranks people" i said "Yes, UTeam..."

The point is, i need help with UTeam, i didn't know where els to post than here, cause UTeam works with ULX...
K, so i need help with: The Ranks colors, cause i heard you had to do these 'RGB' things i think they are RGB..
And i need help with finding these 'RGB' Color code things
Thank you

-Hizan   ;)

Megiddo:
http://en.wikipedia.org/wiki/RGB

0 through 255 on each value.

Hizan:
Thanks sooooooooooooooooooooooooo much!!

Hizan:
Would it work by me typing these numbers in order:

MrPresident:
Forget Hue, Sat, and Lum. You only need Red, Green, and Blue.

In the UTeam.txt file where you set up your teams it believe it looks a little something like this...

--- Code: ---"color"
{
"a" "255"
"B" "0"
"g" "255"
"r" "0"
}

--- End code ---

If you are using the color viewer from MSPaint.. which is what I think you are using the
Red from that goes where you see "r"      "number"
Green from that goes where you see "g"      "number"
Blue from that goes where you see "b"      "number"


the "a" is alpha.. not sure how it effects this code though.. so leave that at 255.


So in your picture.. it would be this in the config...

--- Code: ---"color"
{
"a" "255"
"B" "4"
"g" "4"
"r" "174"
}

--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version