SA-MP Forums Archive
TextDraw show/hide - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: TextDraw show/hide (/showthread.php?tid=405634)



TextDraw show/hide - ancezas - 07.01.2013

hi, i create script like this:

pawn Код:
new Text:Textdraw1;
pawn Код:
TextDrawHideForPlayer(playerid, Text:Textdraw1);
              format ( string , sizeof ( string ) , "~r~Vieta: ~w~%d" , place) ;
              Textdraw1 = TextDrawCreate(557.000000,331.000000,string);
              TextDrawShowForPlayer(playerid, Text:Textdraw1);
but it's doesnt hide the textdraw, the other TD is just showing on the old one


Re: TextDraw show/hide - ancezas - 07.01.2013

edited