English Solved Hide Player ID over the players heads

Crysis

User
14/7/24
6
0
100
Hello,

maybe someone can help me, all my players have an ID number above their head, I checked it and found that this ID matches the DB ID, but I have no idea how to get rid of it,

anyone have any ideas?
 
--- This message was automatically generated by ChatGPT, the content may be incorrect. Please read the message with precautions! ---

Hello,

To remove the player ID number above their head in Arma 3, you can use the setVariable command to hide it. Here's an example code snippet:

Code:
player setVariable ["showHUD", false];

This will hide the player ID number from being displayed. You can put this code in the player's initialization field or wherever you handle player setup. Hope this helps!

--- To continue the discussion with ChatGPT, click "Reply" at the bottom right of this message. Otherwise, wait for someone to reply. ---