Cant save inputtext with y_ini HELP!
#3

It still doesnt save here is the whole code..

Код:
case DIALOG_PRAVILA:
        {
            if(!response) return Kick(playerid);
			if(response)
			{
   				new INI:File = INI_Open(UserPath(playerid));
                INI_SetTag(File,"data");
                new HashPass[129];
				WP_Hash(HashPass, sizeof(HashPass), inputtext);
                INI_WriteString(File, "Password", HashPass);
                INI_WriteInt(File,"Novac",0);
                INI_WriteInt(File,"Admin",0);
                INI_WriteInt(File,"Ubistva",0);
                INI_WriteInt(File,"Smrti",0);
                INI_WriteInt(File,"Level",0);
                new Godine = PlayerInfo[playerid][pGodine];
                INI_WriteInt(File,"Godine",Godine);
                new Porijeklo = PlayerInfo[playerid][pPorijeklo];
                INI_WriteInt(File,"Porijeklo",Porijeklo);
                new Spol = PlayerInfo[playerid][pSpol];
                INI_WriteInt(File,"Spol",Spol);
                strcat((PlayerInfo[playerid][pEmail][0] = EOS, PlayerInfo[playerid][pEmail]), inputtext, 20);
                INI_WriteString(File, "Email", inputtext);
                INI_Close(File);
			}
			return 1;
		}
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)