12.03.2011, 09:47
May I ask, why is the text draw limit so small?
If i create 3 progress bars for every player(when 200 players are max), the limit will almost be reached!
3x3x200= 1800 out of 2048
If i create 3 progress bars for every player(when 200 players are max), the limit will almost be reached!
3x3x200= 1800 out of 2048


why do you need to include max players in a string? If you create 3 progress bars for each player, 2048 would be the limit for each progress bar..
