Y_INI experience
#1

When player change just 1 variable, for ex Money, is it better to save like this:
Код:
new INI:File = INI_Open(Users(playerid));
INI_SetTag(File,"data");
INI_WriteString(File,"Cash",PlayerInfo[playerid][pCash]); 
INI_Close(File);
Can that cause problems, and is it better and faster than saving all users stats(when just 1 variable changed) ?
Reply


Messages In This Thread
Y_INI experience - by DusanInfinity - 03.07.2016, 15:38
Re: Y_INI experience - by DusanInfinity - 06.07.2016, 21:38
Re: Y_INI experience - by sammp - 07.07.2016, 01:26
Re: Y_INI experience - by DusanInfinity - 01.08.2016, 17:51

Forum Jump:


Users browsing this thread: 1 Guest(s)