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

[Solved] Floating text just for one player

Status
Not open for further replies.
Level 13
Joined
Feb 5, 2018
Messages
567
If you are on latest patch you can also move the floating text.
  • Floating Text - Change the position of (Last created floating text) to Point with Z offset 0.00
  • Floating Text - Change the position of (Last created floating text) to No unit with Z offset 0.00.
Probably need a periodic trigger to make the text follow the unit.
 
Level 8
Joined
Mar 19, 2017
Messages
248
You can't desync with text tags (see post above).
If you want the functionality of showing a text only to certain players, you can use, just as example:
call SetTextTagVisibility(textTagVar, GetLocalPlayer()==playerVar) or
call SetTextTagVisibility(textTagVar, IsPlayerInForce(GetLocalPlayer(), forceVar))
 
Status
Not open for further replies.
Top