Posts: 12
Threads: 3
Joined: Sep 2012
Reputation:
0
Hi
What should I do see players' name from a distance of more than ?
Posts: 1,938
Threads: 16
Joined: Feb 2007
Reputation:
0
I believe they are the so-called 'nametags'. You cannot change the distance but you can imitate them.
If you remove the name tag with SetPlayerNameTagForPlayer(); and you create your own name tag with Create3DTextLabel() and set the draw distance of that really high, you'd have (about) the same effect.
Posts: 12
Threads: 3
Joined: Sep 2012
Reputation:
0
I don't have such a thing in gamemod. I've added and may not have been solved nothing, we've put 70 instead of distance
Posts: 161
Threads: 15
Joined: Dec 2010
Reputation:
0
-,-
that is just for you to know what goes in there
Posts: 12
Threads: 3
Joined: Sep 2012
Reputation:
0
i put it like this OnGameModeInit(200) and didn`t work...
Posts: 1,938
Threads: 16
Joined: Feb 2007
Reputation:
0
OnGamemodeinit is a callback.. you put the functio INSIDE the callback.