| 01-20-2007, 04:41 PM | #1 |
You cant use GetLocalPlayer() for texttags. so how do you do this? |
| 01-20-2007, 04:58 PM | #2 |
Floating Text - Show Floating Text for Player |
| 01-20-2007, 05:02 PM | #3 |
Use GetLocalPlayer in combination with the following natives: SetTextTagText SetTextTagPos SetTextTagVisibility SetTextTagColor Both of these are guaranteed to desync the game if ran for a single player: CreateTextTag DestroyTextTag |
| 01-20-2007, 05:10 PM | #4 |
JASS:call SetTextTagVisibility(tag,GetLocalPlayer()==p) |
| 01-20-2007, 07:35 PM | #5 | |
Quote:
|
