08.06.2010, 17:57
I do agree OnPlayerUpdate is a bit overkill.
And you're completely wrong! The textdraws are not changing so he doesn't have to create them for every player. You're confused with textdraws that frequently change. (For example: speedometer)
Let me do some maths. Assuming it has to compatible with 500 players then two textdraws for every player will be 1000 textdraws!
Quote:
Originally Posted by Baked-Banana
The only problem is that all you created at the top is this.
pawn Код:
|
Quote:
Originally Posted by » RyDeR «
Why u create a lot of textdraws ? What you have to do is create only 2 textdraws for all players and use TextDrawBoxColor.
|