Disable name tags And player markers - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Disable name tags And player markers (
/showthread.php?tid=300300)
Disable name tags And player markers -
MathijsS - 29.11.2011
Hi all
I want to disable name tags and player markers butt i does'nt work.
I did
this and
this butt it has no effect. If this is impossible then say it because i will stop searching then. Thanks All
Re: Disable name tags And player markers -
Compton - 29.11.2011
Код:
public OnGameModeInit()
{
ShowPlayerMarkers(0);
SetNameTagDrawDistance(1.0);
return 1;
}
If ShowNameTags dosent work for you, just try out the SetNameTagDrawDistance and play with the radius, maybe it'll have same effect.
Hope it helped.
Re: Disable name tags And player markers -
MathijsS - 29.11.2011
yes thankyou, butt in now that. I want if i write /deathmatch that it then disappear.
Re: Disable name tags And player markers -
cessil - 30.11.2011
use this
https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer
and
https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer
Re: Disable name tags And player markers -
MathijsS - 30.11.2011
Quote:
Originally Posted by cessil
|
thankyou i will try and also thanks for you warn to me.