Converting do dini
#1

Con someone help me converting this register variables to Dini?

pawn Код:
new hashpass[129];
            WP_Hash(hashpass,sizeof(hashpass),inputtext);
            new INI:file = INI_Open(Path(playerid));
            new pyear, pmonth, pday;
            new phour, pminute, psecond;
            getdate(pyear, pmonth, pday);
            gettime(phour, pminute, psecond);
            new RegDate[128];
            format(RegDate, 128, "%02d:%02d:%02d - %02d/%02d/%d", phour, pminute, psecond, pday, pmonth, pyear);
            INI_SetTag(file,"Player's Data");
            INI_WriteString(file,"Password",hashpass);
            INI_WriteInt(file,"Admin",0);
            INI_WriteInt(file,"Cash",0);
            INI_WriteInt(file,"Vip",0);
            INI_WriteInt(file,"Scores",0);
            INI_WriteInt(file,"Deaths",0);
            INI_WriteInt(file,"Nopm",0);
            INI_WriteInt(file,"Muted",0);
            INI_WriteInt(file,"Vip",0);
            INI_WriteInt(file,"Banned",0);
            INI_WriteInt(file,"Cookies",0);
            INI_WriteInt(file,"Warn",0);
            INI_WriteString(file,"RegisterDate", RegDate);
            INI_WriteInt(file,"Jailed", 0);
            INI_WriteInt(file,"Logged", 1);
            INI_WriteInt(file,"AdminActions", 0);
            INI_WriteInt(file, "Rank", 0);
            INI_WriteInt(file,"TempBan",0);
            INI_Close(file);
I tried but failed.
Reply


Messages In This Thread
Converting do dini - by Face9000 - 28.04.2013, 08:52

Forum Jump:


Users browsing this thread: 1 Guest(s)