12.05.2012, 20:58
I will only help you with creating, not actually scripting the whole thing
This is an example. Now you have to go through and add the info you want to be stored
pawn Код:
new file[128];
pawn Код:
format(file,sizeof(file),"NameofFolderinScriptFiles/%i.ini",playername);
dini_Create(file);
dini_Set(file, "Name", name);