Posts: 1,130
Threads: 181
Joined: Jan 2009
Reputation:
0
The wiki states that the PlayerTextDraw limit is 256, but im questioning whether this is limit is for the whole server or can every player have 256 textdraws max?
Posts: 280
Threads: 1
Joined: Oct 2014
Reputation:
0
No, for per player you can create 256 textdraw
E.g. For 1000 player slot in total you can 256000 textdraws
Posts: 1,241
Threads: 67
Joined: Dec 2013
Player-textdraws
Player-textdraws are only created for one specific player. Up to 256 textdraws can be created PER-PLAYER.
That's 128,000 on a server with 500 players. A little more than 2048.
Player-textdraws should be used for things that are not 'static'. Do not use them to display a website address for example, but for a vehicle health indicator.
The wiki gives a lot of informations.