12.03.2019, 15:00
It's only possible to hide all of it, not parts of it unfortunately.
Regarding your loop in OnPlayerUpdate, it shouldn't be neccessary to call it that often (or at all). You can turn off all nametags completely in OnGameModeInit by using ShowNameTags(0).
Regarding your loop in OnPlayerUpdate, it shouldn't be neccessary to call it that often (or at all). You can turn off all nametags completely in OnGameModeInit by using ShowNameTags(0).