Factions not loading.
#1

pawn Код:
new Factionfile[256];
    for(new i = 0; i < MAX_FACTIONS; i++)
    {
        format(Factionfile, sizeof(Factionfile), "factions/%s.ini", i);
        if(fexist(Factionfile) )
        {
Basically I'm trying to load the faction by it's name but alas it is not loading and I've debugged it to these lines. Can anyone see what is wrong with them?
Reply


Messages In This Thread
Factions not loading. - by cloudysky - 09.06.2012, 21:51
Re: Factions not loading. - by JhnzRep - 09.06.2012, 21:53
Re: Factions not loading. - by cloudysky - 09.06.2012, 21:55
Re: Factions not loading. - by JhnzRep - 09.06.2012, 21:59

Forum Jump:


Users browsing this thread: 1 Guest(s)