how can i show and hide the nametags of specific player

Started by Spice, Aug 17, 2015, 12:18 PM

Previous topic - Next topic

Spice

i want to show the name tags of specific persons like admins can show/hide their name tags while playing..... can anny one tell me which function i use....?

Thijn

Try one of these:

player.IsOnRadar = false;
player.HasMarker = false;
player.ShowMarkers = false;

Spice

i have tried but these functions only hide player from radar not hide thier name tags......

KAKAN

THis can be done, but it will affect all the players, anyways add this in server.conf
<ShowNametags>false</ShowNametags>
oh no

Thijn

Oh name tags, in that case you can't for specific players.