Y_INI Help please!
#5

Quote:
Originally Posted by Galletziz
Посмотреть сообщение
You have tryd to put a loop on yours stocks functions ?
Anyway you don't open no one INI:file in your stock function.. try to declare, the function INI_Open();
Oh right forgot to tell.
I'm using INI_Open and INI_Close I'll add it to the Thread for others to note.

pawn Код:
#define F1PATH "/Factions/LSPD.ini"

forward SaveF1();
public SaveF1()
{
    new INI:File = INI_Open(F1PATH);
    INI_WriteString(File, "Rank1", FacInfo[1][fRank1]);
    INI_Close(File);
}
No, I'm not looping the factions as there only 1 time loading instead of couple of loadings, like houses.
Plus, the loading isn't the problem, i mention it in the thread incase it causes the saving to make problems.
Reply


Messages In This Thread
Y_INI Help please! - by maximthepain - 02.05.2014, 12:21
Re: Y_INI Help please! - by Galletziz - 02.05.2014, 12:22
Re: Y_INI Help please! - by maximthepain - 02.05.2014, 12:24
Re: Y_INI Help please! - by Galletziz - 02.05.2014, 12:31
Re: Y_INI Help please! - by maximthepain - 02.05.2014, 12:33
Re: Y_INI Help please! - by gtakillerIV - 02.05.2014, 12:56
Re: Y_INI Help please! - by maximthepain - 02.05.2014, 13:02
Re: Y_INI Help please! - by maximthepain - 02.05.2014, 15:49

Forum Jump:


Users browsing this thread: 1 Guest(s)