01.06.2012, 07:00
I add this, but still got same
pawn Код:
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
if (clickedid != Text:INVALID_TEXT_DRAW)
{
/*
-- other code --
*/
CancelSelectTextDraw(playerid);
}
}