Arma 3
Getting text to display at the top of the screen.
I've been trying to figure out how to get text to display at the top portion of the screen.

I've tried BIS_fnc_dynamicText.
https://community.bistudio.com/wiki/BIS_fnc_dynamicText
For whatever strange reason, positive y values move the text downward on the screen and negative y values move it up. However, any Y value less than -1 (even -1.00001, for instance) causes the text not to display.

I've also tried titleText
https://community.bistudio.com/wiki/titleText
There doesn't seem to be any way to control its position, though.

Any advice?
< >
Showing 1-3 of 3 comments
MATTXYO Nov 10, 2017 @ 5:35pm 
Using BIS_fnc_dynamicText set the Y value to -0.3.

Hopefully this should be what you need.
Karasawa MKII Nov 11, 2017 @ 11:52am 
Originally posted by MATTXYO:
Using BIS_fnc_dynamicText set the Y value to -0.3.

Hopefully this should be what you need.

Thanks man! This worked perfectly!
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Nov 10, 2017 @ 3:54pm
Posts: 3