12.03.2010, 07:17
Quote:
Originally Posted by _Saif_
Saif: Could you teach me how to hide it in a box? I know how to make a box but it will not be nice? can I really do so with the box is in the same background as in the game if you understand what I mean? :P
|
Код:
new Text:etc;
Код:
etc= TextDrawCreate(486.000000,81.000000,"#"); TextDrawUseBox(etc,1); TextDrawBoxColor(etc,0x000000ff); TextDrawTextSize(etc,507.000000,256.000000); TextDrawAlignment(etc,0); TextDrawBackgroundColor(etc,0x000000ff); TextDrawFont(etc,3); TextDrawLetterSize(etc,1.000000,1.800000); TextDrawColor(etc,0xffffffff); TextDrawSetOutline(etc,1); TextDrawSetProportional(etc,1); TextDrawSetShadow(etc,1);