15.12.2012, 15:58
The textdraw is being used by players so the textdraw must be global.
Also, run a repeating timer to detect the speed rather than using OnPlayerUpdate callback.
pawn Код:
new Text:SpeedTD[MAX_PLAYERS];
//Use SpeedTD[playerid] on your textdraws instead of using SpeedTD.