You are going in the right direction now just create an array with 33 cells for players to store the data.
PHP Code:
enum Options ( <<=1 )
{
Option1 = 1,
Option2,
Option3,
Option4,
Option5
};
new g_menu_Options[33]
@function(id)
{
g_menu_options[id] |= Option3;
__________________