[SQL] Registration System, help!
#1

I recently added a new dialog that a player must choose a gender. This is my whole script:

http://upaste.me/r/fbf7241540a3e40e3

but my problem now is when i choose a gender, its does not continue to the registration. and shows Server close connection.

Please help, thank you!
Reply
#2

Код:
ShowPlayerDialog(playerid, DIALOG_GENDER, DIALOG_STYLE_MSGBOX, "Gender", "Select your Gender.", "Male", "Female");
Change to

Код:
ShowPlayerDialog(playerid, DIALOG_GENDER, DIALOG_STYLE_LIST, "Gender", "Select your Gender.", "Male\nFemale", "Select", "Cancel");
Reply
#3

Jesus christ! Thank you so much! Problem solved!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)