how to remove textdraw
#2

On top of your script:

pawn Код:
new text:yourtextdraw;
Where you want it to create the textdraw:
pawn Код:
yourtextdraw = TextDrawCreate(etc...);

And to remove then:
pawn Код:
TextDrawDestroy(yourtextdraw);
Edit:If you dont understand check out the wiki here:
https://sampwiki.blast.hk/wiki/TextDrawDestroy
Reply


Messages In This Thread
how to remove textdraw - by DirtyLilFreak - 20.08.2010, 15:08
Re: how to remove textdraw - by gamer931215 - 20.08.2010, 15:11

Forum Jump:


Users browsing this thread: 2 Guest(s)