Jump to content
  • 0

Question

4 answers to this question

Recommended Posts

  • 0
Posted
3 hours ago, Softical said:

Salut ! Cand intru pe joc imi cere sa bag email-ul. Il bag, merge , dar in baza de date nu apare. Apare [email protected] la toti userii si nu stiu ce sa-i fac sa mearga. Imi trebuie pentru panel. Stie cineva ce are?

Ne poti arata linia unde se introduce email-ul ?

  • 0
Posted

    if(dialogid == DIALOG_REGISTER4)
     {
          new emailtext[64];
        mysql_real_escape_string(inputtext, emailtext);
        strmid(PlayerInfo[playerid][pEmail], emailtext, 0, strlen(emailtext), 64);
        if(IsMail(inputtext) && response && strlen(inputtext)<30)
         {
             if(PlayerInfo[playerid][pLanguage] == 2)
             {
                 format(string, sizeof(string), "Email setat: %s.", PlayerInfo[playerid][pEmail]);
                 SendClientMessage(playerid, COLOR_YELLOW, string);
            }
            else
            {
                format(string, sizeof(string), "Email set to: %s.", PlayerInfo[playerid][pEmail]);
                 SendClientMessage(playerid, COLOR_YELLOW, string);
            }
         }

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.