Posts: 527
Threads: 179
Joined: Dec 2010
Reputation:
0
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!
Posts: 130
Threads: 21
Joined: Nov 2013
Reputation:
0
Could you provide a better explaination? I didn't understand a word.
Posts: 527
Threads: 179
Joined: Dec 2010
Reputation:
0
on my server, with the limit after 40 people can not see the players nicknames
Posts: 485
Threads: 18
Joined: Jun 2013
Reputation:
0
ShowPlayerMarkers(1);
ShowNameTags(1);
SetNameTagDrawDistance(10.0);
(Found in ongamemodeinit)
or
ShowPlayerNameTagForPlayer(playerid, showplayerid, 0);
Probably something to do with those variables.
Posts: 527
Threads: 179
Joined: Dec 2010
Reputation:
0
I have this stuck in your mod
ShowPlayerMarkers(1);
ShowNameTags(1);
SetNameTagDrawDistance(10.0);