2 Retangular Box
#1

How can I make that retangular boxes like on single player when a scene is happening?

___________________________
___________________________


ALL HEPPENING HERE!

___________________________
___________________________
Reply
#2

You could add two textdraws, both with black boxes, and transparent text. Just size it correctly.
Reply
#3

Thanks.
Reply
#4

SORRY: Double Post

OMG! I can't do it using zamaroths text editor! Is there a alreayd maded script?
Reply
#5

Search, there might be one.
Reply
#6

Already did, but correct me if i'm wrong... nothing had been found :/
Reply
#7

Код:
	text1 = TextDrawCreate(1.000000,1.000000," ~n~ ");
	text2 = TextDrawCreate(1.000000,338.000000," ~n~ ");
	TextDrawUseBox(Text:text1,1);
	TextDrawBoxColor(Text:text1,0x000000ff);
	TextDrawTextSize(Text:text1,640.000000,100.000000);
	TextDrawAlignment(Text:Text:text1,0);
	TextDrawBackgroundColor(Text:text1,0x000000ff);
	TextDrawFont(Text:text1,3);
	TextDrawLetterSize(Text:text1,1.000000,12.000000);
	TextDrawColor(Text:text1,0xffffffff);
	TextDrawSetOutline(Text:text1,1);
	TextDrawSetProportional(Text:text1,1);
	TextDrawSetShadow(Text:text1,1);
	TextDrawUseBox(Text:text2,1);
	TextDrawBoxColor(Text:text2,0x000000ff);
	TextDrawTextSize(Text:text2,640.000000,0.000000);
	TextDrawAlignment(Text:text2,0);
	TextDrawBackgroundColor(Text:text2,0x000000ff);
	TextDrawFont(Text:text2,3);
	TextDrawLetterSize(Text:text2,1.000000,13.000000);
	TextDrawColor(Text:text2,0xffffffff);
	TextDrawSetOutline(Text:text2,1);
	TextDrawSetProportional(Text:text2,1);
	TextDrawSetShadow(Text:text2,1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)