score saving
#6

Problem is in this:

pawn Код:
else //If the connected user is not registered,
    {
        new INI:file = INI_Open(Path(playerid)); // we will open a new file for them to save their account inside of Scriptfiles/Users folder
        INI_SetTag(file,"user");//We will set a tag inside of user's account called "Player's Data"
        INI_WriteInt(file,"Scores",0);//Write an integer inside of user's account called "Scores". We will set their score to 0 after he registered
        INI_Close(file);
    }
    return 1;
}
Reply


Messages In This Thread
score saving - by James Coral - 15.06.2013, 12:41
Re: score saving - by Anak - 15.06.2013, 15:04
Re: score saving - by Avi57 - 15.06.2013, 16:07
Re: score saving - by James Coral - 16.06.2013, 03:16
Re: score saving - by 2KY - 16.06.2013, 03:50
Re: score saving - by James Coral - 16.06.2013, 06:03

Forum Jump:


Users browsing this thread: 1 Guest(s)