I did and no joy.
--------------- Added [DATE]1348950668[/DATE] at [TIME]1348950668[/TIME] ---------------
right, only way to get it to work is to modify the code. If anyone wants to do this then simply replace the following line /admincp/arcade.php (line 4877) with;
Code:
print_select_row($ibforums->lang['acp_group'], $GROUP['g_id']."_access", array('0' => $ibforums->lang['acp_group_noperm'], '1' => $ibforums->lang['acp_group_viewperm'], '2' => $ibforums->lang['acp_group_playperm'], '3' => $ibforums->lang['acp_group_guestplay']), $GROUP['arcade_access']);
Should work.