Email at Registration [i will pay]
#12

Oh, then all you need is:

pawn Code:
#define DIALOG_EMAIL 400

//whenever you want to show him the e-mail dialog
ShowPlayerDialog(playerid,DIALOG_EMAIL,DIALOG_STYLE_INPUT,"EMail","Enter your Email below","Ok","Cancel");

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    switch(dialogid)
    {
          case DIALOG_EMAIL:
                  {
                        new Nameh[MAX_PLAYER_NAME];
            new Filenameh[200];
                    GetPlayerName(playerid,Nameh,sizeof(Nameh));
                    format(Filenameh,sizeof(Filenameh),"Users/%s.ini",Nameh);
                new INI:iniFile = INI_Open(Filenameh);
            INI_SetTag(iniFile, "Data");
                        INI_WriteString(iniFile, "Email", inputtext);
                        INI_Close(iniFile);
                        return 0;
                   }
     }
}
You will need Y_INI installed. Should work. all you need to do is adapt and idendate.

And i dont want your money just give it to the guy who wrote the mini email system for you...
Reply


Messages In This Thread
Email at Registration [i will pay] - by CaTaLinU - 27.01.2012, 10:52
Re: Email at Registration [i will pay] - by milanosie - 27.01.2012, 10:59
Re: Email at Registration [i will pay] - by milanosie - 27.01.2012, 11:09
Re: Email at Registration [i will pay] - by CaTaLinU - 27.01.2012, 11:42
Re: Email at Registration [i will pay] - by MP2 - 27.01.2012, 11:44
Re: Email at Registration [i will pay] - by milanosie - 27.01.2012, 11:48
Re: Email at Registration [i will pay] - by CaTaLinU - 27.01.2012, 11:56
Re: Email at Registration [i will pay] - by MP2 - 27.01.2012, 11:57
Re: Email at Registration [i will pay] - by milanosie - 27.01.2012, 11:58
Re: Email at Registration [i will pay] - by CaTaLinU - 27.01.2012, 12:10
Re: Email at Registration [i will pay] - by Abreezy - 27.01.2012, 12:19
Re: Email at Registration [i will pay] - by henry jiggy - 27.01.2012, 12:38
Re: Email at Registration [i will pay] - by Десерт - 02.02.2012, 12:19

Forum Jump:


Users browsing this thread: 12 Guest(s)