SA-MP Forums Archive
Help on register and login system - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help on register and login system (/showthread.php?tid=404854)



Help on register and login system - Broker - 04.01.2013

hello guys.. i need your help on login/register system..

how to make from


to




Re: Help on register and login system - Lynn - 04.01.2013

pawn Код:
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_PASSWORD, "Login", "Type your password below.", "Login", "Exit");// Change DIALOG_REGISTER to what ever the current dialog define is.



Re: Help on register and login system - aslan890 - 04.01.2013

You might like this one: https://sampforum.blast.hk/showthread.php?tid=399299


Re: Help on register and login system - Blast3r - 04.01.2013

Go to On Player Connect and change this code:

Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"NVCNR Account Login ",""COL_WHITE"Welcome Back %s, please enter your password below to login.","Login","Quit");
(or something like that)

To:

Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login ",""COL_WHITE"Type Your Password Below to login.","Login","Quit");
NOTE: Don't copy paste mine, just fix urs text like this (not sure how ur using urs so that's why u shouldn't copy paste it)

Good luck.