Posts: 1,110
Threads: 183
Joined: Jul 2009
Reputation:
0
Okay. I have a script with admin command to disable the name tags, but I want a script or addition
to make it so u have to be within like '15' to be able to see the tags. Help pl0x
Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
<Insert generic warning about making bumps outside of 12 hour span>
You have to make a timer to enable ShowPlayerTageForPlayer once they're within a certain distance of a player.
Posts: 42
Threads: 5
Joined: Apr 2009
Reputation:
0
Under OnGameModeInit, put pDistance(10), 10 stands for how close you have to be to see the nametag. This requires morphinc.inc though.