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....?
Try one of these:
player.IsOnRadar = false;
player.HasMarker = false;
player.ShowMarkers = false;
i have tried but these functions only hide player from radar not hide thier name tags......
THis can be done, but it will affect all the players, anyways add this in server.conf
<ShowNametags>false</ShowNametags>
Oh name tags, in that case you can't for specific players.