fodev.net
Other => FOnline:2238 Forum => Archives => Survival Guides / Game Help => Topic started by: raynor009 on November 28, 2010, 07:32:57 pm
-
How can i make a name colorizing for my faction so my members can se other members in new colour.
-
I think the file NameColorizing.txt works only for members. Who is out of your faction will not be colored.
-
But how do i make them colored?
-
Can someone show me and example on how to do it?
-
For all member with same color :
#All in same color
> * YourColor YourColor
@ YourColor 70 190 20
So you will see every members of your team in the same color. If you want specific color for you or other member :
#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
-
Thnak you.