Registration problem
#2

You made a mistake here:
Код:
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_INPUT, "Register", "Register with your desired password.", "Register", "Close");
which should be:
Код:
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_INPUT, "Register", "Register with your desired password.", "Register", "Close");
Before you continue further making your registration system, i would suggest you to use BlueG's MySQL plugin instead of StrickenKid's one. And also you have to hash your player's password.
Reply


Messages In This Thread
Registration problem - by CrystalMethod - 17.03.2017, 04:19
Re: Registration problem - by X337 - 17.03.2017, 04:42
Re: Registration problem - by CrystalMethod - 17.03.2017, 05:05
Re: Registration problem - by CrystalMethod - 17.03.2017, 11:37

Forum Jump:


Users browsing this thread: 1 Guest(s)