playertextdraws limits q
#1

well if the wiki says 256 is the limit then if I do this

Code:
new PlayerText: TestTextdraw[MAX_PLAYERS][5];
and then I create like these textdraws for 30 players, I'll have 150, so only 106 left, right? or will only 5 tds be used?
Reply
#2

It's PER PLAYER 256 * 1000 = 256,000 (1000 player server) with a MAXIMUM of 256 per player.
Reply
#3

The array size is 5 for per player. So 5 textdraws for each player which leaves 251 for each.
Used: 5
Left: 251
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)