registration help
#1

I took this from Torran's registration system and edited a bit

http://pastebin.com/18vhRBNC

it compiles with no problems, but it doesnt register the account . and yes I did made Reg folder in scriptfiles
Reply
#2

help please bumpppp
Reply
#3

Your code is right, put return 1; in the blocks to not to show the last dialog if the account exists:

Like in that block:
pawn Код:
if(dini_Exists(file))
        {
            format(str, 128, "Welcome %s \n\nEnter your password", GetName(playerid));
            ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT, "Login to your account", str, "Login", "Quit");
            return true;
        }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)