Organization Load Loop help
#3

Firstly
Change this :
PHP код:
Member1[30], 
Member2[30], 
.
.
Member25[30], 
To this :
PHP код:
Members[25][30], 
And then replace that loop in your loading part with this one :
PHP код:
for(new 1<= oInfo[o][MemLimit]; m++) 

    
format(Orgstring,sizeof(Orgstring),"Member%d",m); 
    
INI_String(OrgstringoInfo[o][Members][ ], 30); // note : we are using m-1 as index here because index begin from 0 not 1 !!      

Reply


Messages In This Thread
Organization Load Loop help - by Tass007 - 11.08.2016, 07:01
Re: Organization Load Loop help - by Tass007 - 12.08.2016, 06:52
Re: Organization Load Loop help - by BroZeus - 12.08.2016, 07:00

Forum Jump:


Users browsing this thread: 3 Guest(s)