08.03.2015, 10:27
Quote:
It's because you used normal (global) textdraws.
Use player textdraws instead. You have only one textdraw for fuel and one for the speed. That's only 2 textdraws in total for 50 players. And you're updating (overwriting) the text on it for each player, while the same textdraw is shown for everyone. Each player needs his own textdraw, which is only visible by himself. |