So basiclly after registration show tutorial dialog.
#3

So basiclly I need to put it after:

pawn Код:
if(dialogid == MAINMENU2)
        {
            if(strlen(inputtext))
            {
                GetPlayerName(playerid, sendername, sizeof(sendername));
                if(doesAccountExist(sendername))
                {
                    SendClientMessageEx(playerid, COLOR_YELLOW, "That username is already taken, please choose a different one.");
                    return 1;
                }
                new tmppass[64];
                strmid(tmppass, inputtext, 0, strlen(inputtext), 255);
                Encrypt(tmppass);
                OnPlayerRegister(playerid,tmppass);
            }
        }
    }
Here or ... here -

pawn Код:
case 2:
        {
            new ip[32];
            GetPlayerIp(playerid, ip, 32);
            format(titlestring, sizeof(titlestring), "Register - %s", GetPlayerNameEx(playerid));
            format(string, sizeof(string), "Welcome to Natural Los Santos Roleplay, %s.\n\nYou Have Not Yet Registerd Please Do And Fill Out The Password.", GetPlayerNameEx(playerid),  ip);
            ShowPlayerDialog(playerid,MAINMENU2,DIALOG_STYLE_INPUT,titlestring,string,"Register","Exit");
        }
Reply


Messages In This Thread
So basiclly after registration show tutorial dialog. - by Scrillex - 18.03.2013, 10:48
Re: So basiccly after registration show tutorial dialog. - by Misiur - 18.03.2013, 10:55
Re: So basiccly after registration show tutorial dialog. - by Scrillex - 18.03.2013, 11:03
Re: So basiclly after registration show tutorial dialog. - by Misiur - 18.03.2013, 11:05
Re: So basiclly after registration show tutorial dialog. - by Scrillex - 18.03.2013, 11:27

Forum Jump:


Users browsing this thread: 1 Guest(s)