Cant save inputtext with y_ini HELP!
#4

Is the above (DIALOG_PRAVILA) supposed to be the password or the email? Because inputtext can't hold both at the same time.

In the dialog about entering their email:
pawn Код:
strcat((PlayerInfo[playerid][pEmail][0] = EOS, PlayerInfo[playerid][pEmail]), inputtext, 20);
When saving:
pawn Код:
new INI:File = INI_Open(UserPath(playerid));
INI_SetTag(File,"data");
INI_WriteString(File, "Email", PlayerInfo[playerid][pEmail]);
INI_Close(File);
Reply


Messages In This Thread
Cant save inputtext with y_ini HELP! - by baba1234 - 24.05.2015, 21:23
Re: Cant save inputtext with y_ini HELP! - by Konstantinos - 24.05.2015, 21:27
Re: Cant save inputtext with y_ini HELP! - by baba1234 - 24.05.2015, 21:34
Re: Cant save inputtext with y_ini HELP! - by Konstantinos - 24.05.2015, 21:38
Re: Cant save inputtext with y_ini HELP! - by baba1234 - 24.05.2015, 21:44

Forum Jump:


Users browsing this thread: 1 Guest(s)