Jump to content
  • 0

Am si eu nevoie de putin ajutor :)


eXorcism

Question

Deci sa incep am nevoie sa stiu cum oare sa fac sa salveze un email pe ysi :)

Mai jos este sistemul.

	case DIALOG_Email:
        {
            if(response)
            {
                if(!strlen(inputtext)) return ShowPlayerDialog(playerid, DIALOG_Email, DIALOG_STYLE_INPUT, ""COL_WHITE"Registering...",""COL_RED"Enter your email.","Next","");
                new INI:File = INI_Open(UserPath(playerid));
                INI_SetTag(File,"data");
				INI_WriteInt(File,"Email", strlen(inputtext) );
				INI_Close(File);
                ShowPlayerDialog(playerid,DIALOG_Grasime,DIALOG_STYLE_INPUT,""COL_WHITE"Registering...",""COL_RED"Enter your weight below.","Spawn","");
			}
        }

Ps am incercat si cu strlen si cu strval va rog ajutati-ma si pe mine !

I'm back bitches.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.