19.04.2009, 20:56
how would i count every account .ini file i have in a folder? im using dini for the accounts.
Originally Posted by BeckzyBoi
Make a plugin to do it
|
stock personal_dini_Create(const filename[]){
if(dini_Create(filename)){
//read a number from 'ur file',
//+1 to the number
//write the number to 'ur file'
return true;
}
retuen false;
}
#defeine dini_Create personal_ dini_Create