how to remove textdraw
#1

ok lets say I have a textdraw in my game and I didnt put it but it came whit the downloaded game mode E.x textdraw 55 how do I remove it. Or atleast change it?




---------------------------
intrested in editing rp gamemode with me visit www.rlrp.co.cc and pm admin. i have server 24/7 with 50 slots awaiting my rp game mode
Reply
#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


Forum Jump:


Users browsing this thread: 2 Guest(s)