20.08.2010, 15:11
On top of your script:
Where you want it to create the textdraw:
And to remove then:
Edit:If you dont understand check out the wiki here:
https://sampwiki.blast.hk/wiki/TextDrawDestroy
pawn Код:
new text:yourtextdraw;
pawn Код:
yourtextdraw = TextDrawCreate(etc...);
And to remove then:
pawn Код:
TextDrawDestroy(yourtextdraw);
https://sampwiki.blast.hk/wiki/TextDrawDestroy