29.05.2015, 12:54
Quote:
I'm not using any filterscripts. When I don't show speedometer textdraws, the box isn't showing either, but when I show any half of speedometer textdraws, the box is showing... Like when I don't show Textdraw[0], Textdraw[1] and Textdraw[2], box isn't showing either, but if I show anyone of these textdraws, box appears... It's somekind of mystery...
|
Have you tried setting the textdraws to INVALID_TEXT_DRAW while destroying and setting the var value while declaring?
For example:
pawn Код:
new Text:textdraw = INVALID_TEXT_DRAW;
And do that when you destroy it once created.
And i rechecked the code, its working fine. I also performed a test with a gamemode and it worked, all fine.