Quote:
Originally Posted by Silvers
Print multiple blank messages to clear the previous? Not sure if that would work. Also I advise against using instructor hints, quite a few people have them turned off.
If it's only HP you're displaying, what about using the progress bar and SetProgressBarText. Would look better instead of #####----- stuff.
|
SetProgressBarText will return the progress bar as a string, it didn't provide the location of the display, so I wanted to find a way to solve the problem.
A common way to use it is through HUD display, but it is displayed to all players, not to a specific player.
Blank lines are meaningless, because this hint needs to show an icon. Even if there is no text, the icon will still be displayed. If the icon is not specified,it will use the default icon, or an error will occur.