TextDraw isn't clickable
#1

Код:
   
new Text:LeftArrow;
new Text:RightArrow;

    LeftArrow = TextDrawCreate(50.000000, 450.000000, "<<<<");
    TextDrawTextSize(LeftArrow,60.000000, 20.000000);
    TextDrawAlignment(LeftArrow,0);
    TextDrawBackgroundColor(LeftArrow,0x000000ff);
    TextDrawFont(LeftArrow,1);
    TextDrawLetterSize(LeftArrow,0.250000, 1.000000);
    TextDrawColor(LeftArrow,0xffffffff);
    TextDrawSetProportional(LeftArrow,1);
    TextDrawSetShadow(LeftArrow,1);

    RightArrow = TextDrawCreate(550.000000, 450.000000, ">>>>");
    TextDrawTextSize(RightArrow,60.000000, 20.000000);
    TextDrawAlignment(RightArrow,0);
    TextDrawBackgroundColor(RightArrow,0x000000ff);
    TextDrawFont(RightArrow,1);
    TextDrawLetterSize(RightArrow,0.250000, 1.000000);
    TextDrawColor(RightArrow,0xffffffff);
    TextDrawSetProportional(RightArrow,1);
    TextDrawSetShadow(RightArrow,1);

    TextDrawSetSelectable(RightArrow, 1);
    TextDrawSetSelectable(LeftArrow, 1);
This is my code
only LeftArrow works
Why?
Reply


Messages In This Thread
TextDraw isn't clickable - by Shawwarma - 05.08.2013, 12:13
Re: TextDraw isn't clickable - by McLuhan - 05.08.2013, 13:34
Re: TextDraw isn't clickable - by morocco - 05.08.2013, 13:37
Re: TextDraw isn't clickable - by Shawwarma - 05.08.2013, 17:36

Forum Jump:


Users browsing this thread: 1 Guest(s)