-
Imri Persiado
name color
hey.
there is a way to change the color of the names.
i sure its possible but i thought that would be nice that only gms will have a red text name..any ideas?
-
-
Re: name color
You want different colours on different names? You will have to add code to determine what colour should be set before a name is printed.
There are many calls to GDI32.SetTextColor API... one of which will relate to the text of users names. You will have to add a subroutine that sets a different colour depending on the type of user, ensuring it knows what it is relating to, and call that instead of the GDI32.SetTextColor routine before displaying the characters name.
-
Imri Persiado
Re: name color
seems to be hard :S
ill explore the subject more
thanks for the info bobsbol