05.12.2013, 16:07
When you are selecting a TextDraw (using SelectTextDraw() ) and have a Dialog open (which works without any issue) and the server then uses this to close the dialog:
You see this:
The buttons are still clickable (they close the dialog) but nothing is sent to the server.
This happens only when a negative DialogID is used.
I searched for this but did not find anything about this bug.
Код:
ShowPlayerDialog(playerid, -1, 0, " ", " ", " ", " ");
The buttons are still clickable (they close the dialog) but nothing is sent to the server.
This happens only when a negative DialogID is used.
I searched for this but did not find anything about this bug.