Distance between players name - 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: Distance between players name (
/showthread.php?tid=267778)
Distance between players name -
qUick1337 - 09.07.2011
Hello, i have a problem with distance between 2 players, the distance is very very low i wanna make high distance, i add SetNameTagDrawDistance(1000.0); but no result ..
Re: Distance between players name -
=WoR=Varth - 10.07.2011
Did you put that in your OnGameModeInit?
Re: Distance between players name -
qUick1337 - 10.07.2011
Yes ..
edit: i find in morphinc.inc this:
Код:
ShowPlayerNameTagForPlayer(i,q,1);
and
Код:
ShowPlayerNameTagForPlayer(i,q,0);
is wrong ?
Re: Distance between players name -
=WoR=Varth - 11.07.2011
https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer
Maybe.