Posts: 312
Threads: 50
Joined: Jul 2010
Reputation:
0
I have some dialogs on my server but when i push "cancel" it says Server closed connection. I checked the code but it's nothing that isn't alright.
Posts: 6,129
Threads: 36
Joined: Jan 2009
Then you haven't checked the code properly, somewhere it probably kicks you if you select "cancel." Copy and paste the OnDialogResponse callback to another file and search for "Kick(playerid)" throughout the callback.
Posts: 312
Threads: 50
Joined: Jul 2010
Reputation:
0
Sorry, my fault. The basic gamemod had 2 dialogs (register and login).