• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Player name in the color of the player

Status
Not open for further replies.
Level 8
Joined
Nov 20, 2005
Messages
372
Damn this question was asked about 100 times!.
You the the option ,,Tools'' middle up right?
Click on it , download a colour editor for strings and make a variable in your map.

Variable:
String
Typ:String
Array:12

Map initalisation
/
Set String[1] = |C****** <<< colour code for red.

Then you can use

Game - Display to all players the text :
(Sring[Playernumber of(*yourplayer*)))+(Name of(*yourplayer*) + *yourtext*)

hope you understand it :wink:
 
Status
Not open for further replies.
Top