03.09.2016, 17:35
Is ScoreT supposed to be the same for all players? Because if it is you're much better off creating ONE global textdraw instead of individual player textdraw.
I am also obliged to say that OnPlayerUpdate is a horrible way to update the score textdraw seeing as YOU are the only one that influences "score[playerid]"; the textdraw should be update as this variable is updated, not at any other time. OnPlayerUpdate is not a general purpose timer.
@Dark: I doubt this will have any effect, honestly.
I am also obliged to say that OnPlayerUpdate is a horrible way to update the score textdraw seeing as YOU are the only one that influences "score[playerid]"; the textdraw should be update as this variable is updated, not at any other time. OnPlayerUpdate is not a general purpose timer.
@Dark: I doubt this will have any effect, honestly.