Help on register and login system
#1

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

how to make from


to

Reply
#2

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.
Reply
#3

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

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)