SA-MP Forums Archive
Textdraw problem.. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Textdraw problem.. (/showthread.php?tid=269270)



Textdraw problem.. - GeonMake - 15.07.2011

At the first login on the server, it needs to put two strips (one up and one down - like in movies) - box, this could work but I want to write a text on both stripes, on the lower stripe, it works (I mean the text) but on the higher stripe it don't works, could someone help me? I 've put textdrawshopwplayer for no nothing?
I'm working at a Intro, that's why I need this quickly.I'm waiting for some replies.
Box code..
pawn Код:
//--------------------------------------[Bara0]-----------------------------------------
    Bara0 = TextDrawCreate(1.000000,350.000000,"tc");
    TextDrawUseBox(Bara0,1);
    TextDrawBoxColor(Bara0,0x000000ff);
    TextDrawTextSize(Bara0,644.000000,43.000000);
    TextDrawAlignment(Bara0,0);
    TextDrawBackgroundColor(Bara0,0x000000ff);
    TextDrawFont(Bara0,3);
    TextDrawLetterSize(Bara0,1.000000,17.000005);
    TextDrawColor(Bara0,0x000000ff);
    TextDrawSetOutline(Bara0,1);
    TextDrawSetProportional(Bara0,1);
    TextDrawSetShadow(Bara0,1);
    //---------------------------------------[Bara1]-----------------------------------------
    Bara1 = TextDrawCreate(-1.000000,-1.000000,"tc");
    TextDrawUseBox(Bara1,1);
    TextDrawBoxColor(Bara1,0x000000ff);
    TextDrawTextSize(Bara1,666.000000,6.000000);
    TextDrawAlignment(Bara1,0);
    TextDrawBackgroundColor(Bara1,0x000000ff);
    TextDrawFont(Bara1,3);
    TextDrawLetterSize(Bara1,1.000000,10.599975);
    TextDrawColor(Bara1,0x000000ff);
    TextDrawSetOutline(Bara1,1);
    TextDrawSetProportional(Bara1,1);
    TextDrawSetShadow(Bara1,1);



Re: Textdraw problem.. - GeonMake - 15.07.2011

Help me.. where is problem?


Re: Textdraw problem.. - Seven_of_Nine - 15.07.2011

Positioning maybe?


Re: Textdraw problem.. - [MG]Dimi - 15.07.2011

EDIT: Delete this


Re: Textdraw problem.. - GeonMake - 15.07.2011

what..? off help me please..


Re: Textdraw problem.. - GeonMake - 15.07.2011

Resolved