Posts: 130
Threads: 18
Joined: Jul 2010
Reputation:
0
Hello people
ShowNameTags(0);
ShowPlayerMarkers(0);
Is apparently not working
Posts: 58
Threads: 0
Joined: Apr 2011
Reputation:
0
Under which callback are you putting them?
Posts: 58
Threads: 0
Joined: Apr 2011
Reputation:
0
They can only be used under OnGameModeInit. Read the wiki.
Posts: 1,177
Threads: 27
Joined: Sep 2011
Reputation:
0
If you want to hide nametags you need to set a variable and then set the person's name tag individually with ShowPlayerNameTagForPlayer and then have that repeat in OnPlayerStreamIn.