Hallo
Ich möchte mithilfe dieses code bewirken, dass bei allen Daten im Ordner "Accounts" die Funktion "dini_IntSet(path,"GetGuns",1);" durchgeführt wird. Allerdings komme ich bei folgendem code nicht weiter:
new path[256];
for(new i=0; i < 1000; i++)
{
format(path,sizeof(path),"/Accounts/%s.txt",i);
dini_IntSet(path,"GetGuns",1);
}
Die accounts werden im Format FIRSTNAME_LASTNAME gespeichtert.
Danke