Whats wrong with this?
#1

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);
Thats my text-draw, and yes I have the textdrawshowforplayer thing on, it works etc

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:
Reply
#2

Bump, please?
Reply
#3

Im not sure exactly the problem,

I think its because the textdrawbox is the length of the screen but try this to see if it is.

Код:
TutorialTextDraw[3] = TextDrawCreate(0.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);
Reply
#4

Didn't work ;/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)