01.06.2011, 05:34
Does anyone know how to make the mission text box on the bottom of convoy trucking, ppc trucking gm. but i cant find out how to make it can anyone help?
new work = TextDrawCreate(315.000000, 428.000000, "Mission Text Here");
TextDrawAlignment(work, 2);
TextDrawBackgroundColor(work, 255);
TextDrawFont(work, 2);
TextDrawLetterSize(work, 0.260000, 1.100000);
TextDrawColor(work, -1);
TextDrawSetOutline(work, 1);
TextDrawSetProportional(work, 1);
TextDrawUseBox(work, 1);
TextDrawBoxColor(work, 170);
TextDrawTextSize(work, 16.000000, 657.000000);