Need a TextDraw
#1

how do i get this textdraw?
Reply
#2

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
Reply
#3

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
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)