• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

disable player names

Status
Not open for further replies.
Level 4
Joined
Feb 8, 2009
Messages
61
Hello
if you know the game dark deeds, when you are the evil one you can transform to an evil hero that has bo player name over it so nobody knows who is controlling him.
how do i disable the player name of one single unit?
 
Level 2
Joined
Mar 13, 2008
Messages
24
If I understand correctly you're trying to change the players names all to nothing so there's no way to tell who is who?

If so you can put in this trigger...

Testrawr3
Events
Map initialization
Conditions
Actions
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Player - Set name of (Picked player) to " " (just type in a few spaces)
Player - Change color of (Picked player) to Black, Changing color of existing units

Hope this helps... ^^
 
Status
Not open for further replies.
Top