29.10.2012, 00:01
pawn Код:
TutorialTextDraw[3] = TextDrawCreate(136.000000, 240.000000, " ");
TextDrawBackgroundColor(TutorialTextDraw[3], 255);
TextDrawFont(TutorialTextDraw[3], 3);
TextDrawUseBox(TutorialTextDraw[3], 1);
TextDrawFont(TutorialTextDraw[3], 1);
TextDrawBoxColor(TutorialTextDraw[3],0x00000066);
TextDrawLetterSize(TutorialTextDraw[3], 0.40000, 1.40000);
TextDrawColor(TutorialTextDraw[3], 0x00000066);
TextDrawSetOutline(TutorialTextDraw[3], 1);
TextDrawSetProportional(TutorialTextDraw[3], 1);
TextDrawSetShadow(TutorialTextDraw[3], 1);
Im trying to create a box around a certain area, but instead when I attempt to do it this happens:
It goes off completely to the right and doesn't like stop, I don't want it full screen, i want it like this: