Immortal
More on point though I'd think you'd need to explain a little more than m_PlayersInAmongUs[8]; to actually let the programmers here who may wish to help you out what the hell you're trying to achieve exactly
Also also, its probs cause you're trying to change a const which is "set in stone" so to speak and therefore can't re-assign its value but since its an array I'm not 100% certain because in JS you can manipulate const objects & arrays but presumably not in all languages. Need to see if in the language you're working with a const is mutatable really