12.09.2012, 06:54
I think(not sure) that,
will save the stats in the "Database" for all the players when they leave. the ( i ) is representing the whole players in the server.
pawn Код:
public OnFilterScriptExit()
{
for(new i; i != MAX_PLAYERS; i++) OnPlayerDisconnect(i, 1);
db_close(Database);
return 1;
}

