How to save and load a text in dini?
#4

That was correct for loading
pawn Код:
CarInfo[i][CarOwner] = dini_Get(file4, "CarOwner");
But make sure at your enum the CarOwner is in array
pawn Код:
enum enum_name
{
    CarOwner[ MAX_PLAYER_NAME ],
    // Rest
}
Reply


Messages In This Thread
How to save and load a text in dini? - by milanosie - 31.01.2012, 13:25
Re: How to save and load a text in dini? - by Tanush123 - 31.01.2012, 13:31
Re: How to save and load a text in dini? - by milanosie - 31.01.2012, 13:33
Re: How to save and load a text in dini? - by Konstantinos - 31.01.2012, 13:48
Re: How to save and load a text in dini? - by milanosie - 31.01.2012, 13:56
Re: How to save and load a text in dini? - by Konstantinos - 31.01.2012, 14:07
Re: How to save and load a text in dini? - by milanosie - 31.01.2012, 14:52
Re: How to save and load a text in dini? - by Konstantinos - 31.01.2012, 14:55

Forum Jump:


Users browsing this thread: 1 Guest(s)