15.10.2014, 14:14
Try changing
into
Or try changing the coordinates(position(x, y)), example; 142,352 or 83.5,325.5 ..
edit: uh, just noticed that it's PlayerText.. try using "Text:INVALID_TEXT_DRAW;", or "PlayerText:INVALID_TEXT_DRAW;", I mean, I've never really used PlayerText, most of the textdraws I create are just "Text:Blabla[MAX_PLAYERS];"..
pawn Код:
new PlayerText:Speedo[MAX_PLAYERS];
pawn Код:
new PlayerText:Speedo[MAX_PLAYERS] = PlayerText:INVALID_TEXT_DRAW;
edit: uh, just noticed that it's PlayerText.. try using "Text:INVALID_TEXT_DRAW;", or "PlayerText:INVALID_TEXT_DRAW;", I mean, I've never really used PlayerText, most of the textdraws I create are just "Text:Blabla[MAX_PLAYERS];"..