15.07.2011, 19:25
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..
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);