28.05.2014, 17:56
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);