Problem with selectable textdraw
#1

i created this textdraw

pawn Код:
TextdrawClassZ = CreatePlayerTextDraw(playerid,170.000000, 180.000000, "Low Noob");
    PlayerTextDrawBackgroundColor(playerid,TextdrawClassZ, 255);
    PlayerTextDrawFont(playerid,TextdrawClassZ, 2);
    PlayerTextDrawLetterSize(playerid,TextdrawClassZ, 0.500000, 1.000000);
    PlayerTextDrawColor(playerid,TextdrawClassZ, 16711935);
    PlayerTextDrawSetOutline(playerid,TextdrawClassZ, 1);
    PlayerTextDrawSetProportional(playerid,TextdrawClassZ, 1);
    PlayerTextDrawSetSelectable(playerid,TextdrawClassZ, 1);
also made it selectable but when i move my mouse on the textdraw, it blinks but other textdraws do the same (which are selectable), is there anything else that i need to add ?
Reply


Messages In This Thread
Problem with selectable textdraw - by verlaj - 29.07.2013, 03:40
Re: Problem with selectable textdraw - by MP2 - 29.07.2013, 03:46
Re: Problem with selectable textdraw - by verlaj - 29.07.2013, 03:49
Re: Problem with selectable textdraw - by ThePhenix - 29.07.2013, 03:54
Re: Problem with selectable textdraw - by MP2 - 29.07.2013, 05:03

Forum Jump:


Users browsing this thread: 2 Guest(s)