[Help] about "DisplayHelpTextThisFrame"?

,

How it work? it can do like this? --> http://imgbin.org/images/26209.jpg

Thx. for advice
&
Sorry for bad english

You use it this way:

SetTextComponentFormat("STRING")
AddTextComponentString("Hit ~INPUT_CONTEXT~ to do shit!")
DisplayHelpTextFromStringLabel(0, 0, 1, -1)

It (as its name says) needs to be called each frame (use it in a loop).

1 Like

went leave loop it delay 5-10 sec before disappear. i want it disappear after leave loop

and thx for advice.

edit:
Previously, I used the one you recommended. But I want it to work frame-by-frame.

It does disapear after leaving the loop since it needs to be called for every frames.
So, as soon as you stop calling it, it disappears.

1 Like