19.09.2012, 19:22
Hey!
I have created 5 factions and I want to load them with:
But it loads 200 factions with nothing in it!
How can I solve this?
I have created 5 factions and I want to load them with:
Код:
for(new s = 0; s < sizeof(FactionInfo); s++)
{
new FaFile[35];
format(FaFile, 35, "Factions/%i.ini" ,s);
if(INI_Exists(FaFile) == 1)
{
INI_ParseFile(FaFile, "LoadFactions", .bExtra = true, .extra = s);
}
}
How can I solve this?


