Posts: 148
Threads: 29
Joined: Sep 2012
Reputation:
0
Hi guys.I have problem..When over 200 players join my server, players with ID higher than 200 didn't see the textdraws...
Posts: 148
Threads: 29
Joined: Sep 2012
Reputation:
0
Are you sure this is the reason?
Posts: 1,733
Threads: 20
Joined: Nov 2010
Reputation:
0
Calculate it.
Do you have 10 textdraws per player?
10 textdraws per player * 200 players = 2000 textdraws (limit is 2048 ).
You could try to add just a few extra textdraws per player (making empty, hidden ones, just use TextDrawCreate, but don't use them anywhere else and don't show them), let's say 3 more.
2048 / 13 = 157.
Player 157 may see their textdraws, but player 158 won't see them anymore.
Then you know you've reached the limit.
Posts: 148
Threads: 29
Joined: Sep 2012
Reputation:
0
The prob. is there that i have only 6 textdraws..
Posts: 1,733
Threads: 20
Joined: Nov 2010
Reputation:
0
Then I don't know what may cause the problem.
Posts: 148
Threads: 29
Joined: Sep 2012
Reputation:
0
It's not problem for me but it's problem for players..Where can be the problem..