SA-MP Forums Archive
Names Not Shown? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Names Not Shown? (/showthread.php?tid=69791)



Names Not Shown? - FrazZ - 21.03.2009

How do you make names not shown for filming a machinima; so its more real. Like it says [AI]Victa at the top of the dude and thats what I mean to get rid of.


Re: Names Not Shown? - hoodline - 21.03.2009

https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer


Re: Names Not Shown? - Kanji_Suzuki - 21.03.2009

add this to script

pawn Код:
public OnGameModeInit()

SetNameTagDrawDistance(0);



Re: Names Not Shown? - MenaceX^ - 21.03.2009

You might have some problems with what you do there because you won't understand where's each player.
Instead, you can set the name distance to a very close distance.