27.08.2014, 23:57
How to Align The LD_PLAN:AirLogo To Screen So its in the center of the screen and full screen?? any ideas
Intro1 = TextDrawCreate(0.000000, -1.000000, "LD_PLAN:AirLogo");
TextDrawBackgroundColor(Intro1, 255);
TextDrawFont(Intro1, 4);
TextDrawLetterSize(Intro1, 0.500000, 1.000000);
TextDrawColor(Intro1, -1);
TextDrawSetOutline(Intro1, 0);
TextDrawSetProportional(Intro1, 1);
TextDrawSetShadow(Intro1, 1);
TextDrawUseBox(Intro1, 1);
TextDrawBoxColor(Intro1, 255);
TextDrawTextSize(Intro1, 643.000000, 450.000000);
TextDrawSetSelectable(Intro1, 0);