Other > Survival Guides / Game Help
How to make new colorizing?
raynor009:
How can i make a name colorizing for my faction so my members can se other members in new colour.
_Youkai_:
I think the file NameColorizing.txt works only for members. Who is out of your faction will not be colored.
raynor009:
But how do i make them colored?
raynor009:
Can someone show me and example on how to do it?
Berko:
For all member with same color :
--- Code: ---#All in same color
> * YourColor YourColor
@ YourColor 70 190 20
--- End code ---
So you will see every members of your team in the same color. If you want specific color for you or other member :
--- Code: ---#Specific color for you ("YourName") and other guy ("SpecificMember")
#They have to be write BEFORE the "*" line.
> YourName YourColor YourColor
> SpecificMember SpecificColor SpecificColor
> * FactionColor FactionColor
@ YourColor 0 60 230
@ SpecificColor 0 160 160
@ FactionColor 70 190 20
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version