public Seconds(){ for(new i = 0, max = GetMaxPlayers(); i < max; i++) { { PlayerInfo[i][pConnectSeconds] += 1; } } return 1;}SecondsTimer = SetTimer("Seconds", 1000, true);