• 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.

HUD text?

Status
Not open for further replies.
Level 6
Joined
Feb 16, 2014
Messages
193
Floating text would be nice but then all the players would see,but i want it as a HUD text appearing only to the player.
@Chaosy HUD - Heads-up-Display its the text/images that appears in the player's computer screens,that only the specific player can see.I want to create a HUD text to all the players that displays a variable(cuz im trying to make a custom money system thing and i need the custom money to be displayed to the player's)
 
Level 6
Joined
Feb 16, 2014
Messages
193
you can display floating texts only to one player.

The problem is that on one player's machine there can be at most 100 texttags(Floating texts)

I think i'll display the floating text to a particular unit of a player(using
  • Change Position To Unit
,the amount of floating text per player shouldn't be much of a problem for me,because each player will only have around 2-5 floating text around their units. :thumbs_up:
EDIT:Wait i have another question,does making a variable like this
  • Set Players[(Player number of (Owner of (Triggering unit)))] = (All enemies of Player 1 (Red))
if i do it like that then all players can use it all at the same time?
 
Last edited:
Status
Not open for further replies.
Top