nick - 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: nick (
/showthread.php?tid=533114)
nick -
hillko - 22.08.2014
I have some server, such as server goes 40 people nicknames norms are visible, but when for example one or two more that nick is not visible!
Re: nick -
Nourdin - 22.08.2014
Could you provide a better explaination? I didn't understand a word.
Re: nick -
hillko - 23.08.2014
on my server, with the limit after 40 people can not see the players nicknames
Re: nick -
HazardouS - 23.08.2014
https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer
Try this function.
Re: nick -
Sledgehammer - 23.08.2014
ShowPlayerMarkers(1);
ShowNameTags(1);
SetNameTagDrawDistance(10.0);
(Found in ongamemodeinit)
or
ShowPlayerNameTagForPlayer(playerid, showplayerid, 0);
Probably something to do with those variables.
Re: nick -
hillko - 23.08.2014
I have this stuck in your mod
ShowPlayerMarkers(1);
ShowNameTags(1);
SetNameTagDrawDistance(10.0);