SA-MP Forums Archive
Need a TextDraw - 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: Need a TextDraw (/showthread.php?tid=334402)



Need a TextDraw - Angel.Why - 14.04.2012

how do i get this textdraw?


Re: Need a TextDraw - Phyrunx - 14.04.2012

Those black One? Use Zamaroht TextDraw Creater And make one?
Its easy Just make the Text LONG and change the text's color to black and Turn the BOX on And Change the box Color To Black aswell


Re: Need a TextDraw - DarkB0y - 14.04.2012

PHP код:
MyTD TextDrawCreate(1.0001.00,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~");
    
TextDrawUseBox(MyTD 1);
    
TextDrawFont(MyTD 1);
    
TextDrawLetterSize(MyTD ,0.3,1);
    
TextDrawSetShadow(MyTD ,1);
    
TextDrawSetOutline(MyTD ,1);
    
TextDrawBackgroundColor(MyTD ,0x00F600AA);
    
TextDrawBoxColor(MyTD ,0x000000cc);
    
TextDrawColor(MyTD ,0x00F600AA);
    
TextDrawTextSize(MyTD 720.0200.0);
    
TextDrawSetProportional(MyTD1);
    
TextDrawAlignment(MyTD0);
    
//Other Text Draw
    
MyRD TextDrawCreate(1.000300.00,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~");
    
TextDrawUseBox(MyRD 1);
    
TextDrawFont(MyRD 3);
    
TextDrawLetterSize(MyRD ,0.3,1);
    
TextDrawSetShadow(MyRD ,1);
    
TextDrawSetOutline(MyRD ,1);
    
TextDrawBackgroundColor(MyRD ,0x000000FF);
    
TextDrawBoxColor(MyRD ,0x000000cc);
    
TextDrawColor(MyRD ,0x000000FF);
    
TextDrawTextSize(MyRD 720.0200.0);
    
TextDrawSetProportional(MyRD1);
    
TextDrawAlignment(MyRD0);
    
//Text Draw for Ad.
    
Welcome TextDrawCreate(277.000000305.000000"change me");
    
text1 TextDrawCreate(300.000000320.000000"change me");
    
text2 TextDrawCreate(240.000000335.000000" change me");
    
TextDrawAlignment(Welcome0);
    
TextDrawAlignment(text10);
    
TextDrawAlignment(text20);
    
TextDrawBackgroundColor(Welcome0x00ff0066);
    
TextDrawBackgroundColor(text10xF6F600AA);
    
TextDrawBackgroundColor(text20xF6F600AA);
    
TextDrawFont(Welcome3);
    
TextDrawLetterSize(Welcome0.5999991.600000);
    
TextDrawFont(text13);
    
TextDrawLetterSize(text10.5999991.600000);
    
TextDrawFont(text23);
    
TextDrawLetterSize(text20.5999991.600000);
    
TextDrawColor(Welcome0xAA3333AA);
    
TextDrawColor(text10xAA3333AA);
    
TextDrawColor(text20xAA3333AA);
    
TextDrawSetOutline(Welcome1);
    
TextDrawSetOutline(text11);
    
TextDrawSetOutline(text21);
    
TextDrawSetProportional(Welcome1);
    
TextDrawSetProportional(text11);
    
TextDrawSetProportional(text21);
    
TextDrawSetShadow(Welcome0);
    
TextDrawSetShadow(text10);
    
TextDrawSetShadow(text20); 
maybe this will help


Re: Need a TextDraw - Angel.Why - 14.04.2012

I will try! Thank You Very Much And Have A Happy Easter!!