Closing a dialog while in SelectTextDraw - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (
https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: Closing a dialog while in SelectTextDraw (
/showthread.php?tid=479521)
Closing a dialog while in SelectTextDraw -
NaS - 05.12.2013
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:
Код:
ShowPlayerDialog(playerid, -1, 0, " ", " ", " ", " ");
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.