Posts: 88
Threads: 14
Joined: Jul 2010
Reputation:
0
Is there a way to show just player life / armour if you're at "certain" distance from himself? just hp / armour, sorry for create this topic ; I forgot to add into before on'
Posts: 545
Threads: 4
Joined: Dec 2006
Reputation:
0
post the code that you used to have and ill edit for ya that used to display the 3dtext
Posts: 88
Threads: 14
Joined: Jul 2010
Reputation:
0
Dude, on the before topic a guy told me to put it into OnGameModeInit() :
ShowNameTags( 0 );
Posts: 545
Threads: 4
Joined: Dec 2006
Reputation:
0
sorry thought you had a custom one
not really with the standard display just get all or none
the only way would be to make you own one with 3dtext but it wont rellt show health in a bar
or you can hide the map icons and show the standard info if your close
like under ongamemodeinit
ShowPlayerMarkers(false);
SetNameTagDrawDistance(15.0);//chagne 15 to whatever distance you want
Posts: 88
Threads: 14
Joined: Jul 2010
Reputation:
0
yw dude, no problem, it's enough :P, it could be nothing or just from certain distance ; Thank yo.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Have you ever thought of editing your first topic?