SA-MP Forums Archive
help me register problem and stucking - 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 me register problem and stucking (/showthread.php?tid=521617)



help me register problem and stucking - ReD_DeVi - 23.06.2014

when i done class selection then it says map is loading please wait 5 seconds then it will be stuck

and when i register 1st time then again and again it is asking
do you know the solution


Re: help me register problem and stucking - Beckett - 23.06.2014

And how we'll know your code?


Re: help me register problem and stucking - ReD_DeVi - 23.06.2014

here it is lux admin
pawn Код:
//==============================================================================
// Request Register
//==============================================================================
    if(AccInfo[playerid][Registered] == 0 && ServerInfo[MustRegister] == 1)
    {
        #if USE_DIALOGS == true
        new rstring[256];
        SetPlayerScore( playerid, GetPlayerScore( playerid ) + 1 );
        SendClientMessage(playerid, red, "NR:Gaming : You Got +1 Score [Only For New Players]");
        format(rstring,256,"Welcome to the '%s'\n\nAccount '%s' is not registred!\n\nEnter the password to Register your Account:",GetServerHostName(),pName(playerid));
        ShowPlayerDialog(playerid,DIALOGID+66,DIALOG_STYLE_INPUT,"Register Account",rstring,"Register","Quit");
        #endif
        return 1;
    }