07.06.2015, 09:56
Quote:
Hey Kurta,
I have found an issue. I had problem with Dialogs after i updated YSF from R10 to R13. In some cases ShowPlayerDialog doesn't work and OnDialogResponse too. I repeat: i had these problems from when i updated the plugin, and the script hadn't been edited, only re-compiled. Thank you, and good job BTW ![]() EDIT: I've found out another thing: ShowPlayerDialog won't call OnDialogResponse unless with a Client Command Код:
CMD:p(playerid) { ShowPlayerDialog(playerid, DIALOG_CLAN, DIALOG_STYLE_PASSWORD, "Blabla", "BlablaBlabla", "Ok", "Quit"); return 1; } Works! |
Thank you very much.