20.01.2011, 00:38
No creo que sea igual xD, para mi es mas complicado el djson, mira
DJSon:
Dini:
DJSon:
pawn Код:
djSetInt("stats.json","server/started",djInt("stats.json","server/started")+1);
pawn Код:
new file[100];
format(file,sizeof(file),"gcnr/users/%s.ini", PlayerName2(playerid));
new tmp = dini_IntGet(file,"Deaths");
dini_IntSet(file, "Deaths", tmp+1);