SA-MP Forums Archive
Textdraw Problems - 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 Problems (/showthread.php?tid=509355)



Textdraw Problems - Sanady - 26.04.2014

Hello everybody I have problem with my textdraws here is a video.

https://www.youtube.com/watch?v=Xi3I...ature=*********

Problem is in that when I type /blackmarket textdraw show me up but when I drag through text it`s stay selected.Please check and reply me why is that also here are textdraws of text.

pawn Код:
Textdraw13 = TextDrawCreate(239.000000, 170.000000, "Weapons");
    TextDrawBackgroundColor(Textdraw13, 255);
    TextDrawFont(Textdraw13, 2);
    TextDrawLetterSize(Textdraw13, 0.300000, 2.000000);
    TextDrawColor(Textdraw13, -2555649);
    TextDrawSetOutline(Textdraw13, 1);
    TextDrawSetProportional(Textdraw13, 0);
    TextDrawUseBox(Textdraw13, 0);

Textdraw19 = TextDrawCreate(335.000000, 210.000000, "Cars");
    TextDrawBackgroundColor(Textdraw19, 255);
    TextDrawFont(Textdraw19, 2);
    TextDrawLetterSize(Textdraw19, 0.300000, 2.000000);
    TextDrawColor(Textdraw19, -2555649);
    TextDrawSetOutline(Textdraw19, 1);
    TextDrawSetProportional(Textdraw19, 0);
    TextDrawUseBox(Textdraw19, 0);