Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not quite correct DialogResponse validation for TABLIST_HEADERS style #970

Open
moreveal opened this issue Aug 26, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@moreveal
Copy link

Cases when TABLIST_HEADERS dialog is displayed without lines are not taken into account, which creates additional difficulties and breaks the logic of dialog processing on the server (for example, it does not allow you to know if the player has answered the dialog)

Thus, such a dialog will be correctly displayed to the client, but any response to it (including closing) will not be delivered:
ShowPlayerDialog(playerid, 4000, DIALOG_STYLE_TABLIST_HEADERS, "Test", " ", "Ok", "Close");

@moreveal moreveal added the bug Something isn't working label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@moreveal and others