Use a bool. Set it to true when the player got his gravity. In function of the command where you display the menu, check if the bool is true and if so, return some value. Reset the bool to false on new round event by looping trough maxplaers.
OR, you can use bits, which don't need indexes. Here - https://forums.alliedmods.net/showthread.php?t=139916