TextDrawSelect Highlighting
#1

When I hover the "start" both Get highlight, any solutions?
pawn Код:
Back[playerid] =     TextDrawCreate(129.599822, 299.413330, "Back");
    TextDrawBackgroundColor(Back[playerid],  0x00000000);
    TextDrawFont(Back[playerid], 1);
    TextDrawLetterSize(Back[playerid], 0.500000, 1.000000);
    TextDrawColor(Back[playerid], -1);
    TextDrawSetOutline(Back[playerid], 0);
    TextDrawSetProportional(Back[playerid], 1);
    TextDrawSetShadow(Back[playerid], 1);
    TextDrawSetSelectable(Back[playerid], 1);

    Start[playerid] =     TextDrawCreate(491.999969, 299.413330, "Start");
    TextDrawBackgroundColor(Start[playerid],  0x00000000);
    TextDrawFont(Start[playerid], 1);
    TextDrawLetterSize(Start[playerid], 0.500000, 1.000000);
    TextDrawColor(Start[playerid], -1);
    TextDrawSetOutline(Start[playerid], 0);
    TextDrawSetProportional(Start[playerid], 1);
    TextDrawSetShadow(Start[playerid], 1);
    TextDrawSetSelectable(Start[playerid], 1);
Reply


Messages In This Thread
TextDrawSelect Highlighting - by trapstar2020 - 28.05.2014, 17:56
Re: TextDrawSelect Highlighting - by ball - 28.05.2014, 18:19
Re: TextDrawSelect Highlighting - by trapstar2020 - 28.05.2014, 18:28
Re: TextDrawSelect Highlighting - by juandiegox - 28.05.2014, 18:31
Re: TextDrawSelect Highlighting - by trapstar2020 - 28.05.2014, 18:57

Forum Jump:


Users browsing this thread: 1 Guest(s)