Quailsnap / WHA-Nametags

An original nametag script for Arma 3 featuring role display, fading, and much more.
GNU General Public License v3.0
5 stars 2 forks source link

Cannot see tags in freelook #73

Open Quailsnap opened 6 years ago

Quailsnap commented 6 years ago

cursorTarget, used by this script to detect units under the cursor, doesn't seem to work when the player is stationary or walking while in freelook. If he's crawling, jogging, or running, it works fine.

Quailsnap commented 6 years ago

Solution would involve bis_fnc_inAngleSector ala STUI nametags -- but working with player view vector normal instead of weapon direction. Code for player view vector normal is in draw.sqf.