forward Heartbeat(); public Heartbeat() { for(new i = 0; i < MAX_PLAYERS; i++) { if(JustReported[i] > 0) JustReported--; // here's the error. } return 1; }