help me register problem and stucking
#3

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;
    }
Reply


Messages In This Thread
help me register problem and stucking - by ReD_DeVi - 23.06.2014, 19:35
Re: help me register problem and stucking - by DaniceMcHarley - 23.06.2014, 19:48
Re: help me register problem and stucking - by ReD_DeVi - 23.06.2014, 19:50

Forum Jump:


Users browsing this thread: 1 Guest(s)