Bug with CancelSelectTextDraw
#2

Ye, CancelSelectTextdraw calls OnPlayerClickTextDraw with texdrawid INVALID_TEXT_DRAW (65535).

Can be fixed like this:
pawn Код:
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
    if(_:clickedid == INVALID_TEXT_DRAW) return;
    // your code
    CancelSelectTextDraw(playerid);
    return 1;
}
Made a thread about this earlier, but obviously the mods deleted it.
Reply


Messages In This Thread
Bug with CancelSelectTextDraw - by Emci_Funtik - 05.05.2012, 17:05
Re: Bug with CancelSelectTextDraw - by Hiddos - 05.05.2012, 17:31
Re: Bug with CancelSelectTextDraw - by dugi - 05.05.2012, 17:36
Re: Bug with CancelSelectTextDraw - by Emci_Funtik - 06.05.2012, 06:19

Forum Jump:


Users browsing this thread: 1 Guest(s)