05.01.2011, 19:29
Why dont you use that?
pawn Код:
for(new i=0; i<MAX_PLAYERS; i++) if(Acc[i][Logged] == 1)
{
new name; GetPlayerName(i,name,sizeof(name));
dini_IntSet(file,"Score",GetPlayerScore(i));
}