[Solved] Floating text just for one player

Status
Not open for further replies.
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.
 
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.
Back
Top