ahm.. sorry, but i have no ideea about the things you just posted...
i converted the old menu to the new menu style and i have these lines and i have no ideea what they are and if they are supposed to be there anymore...
i just want someone to check the throw a look over the code to tell me if i messed up forgot something
PHP Code:
// Admin menu actions
enum
{
ACTION_MAKE_NEMESIS = 0,
ACTION_MAKE_SURVIVOR,
ACTION_MAKE_ASSASSIN,
ACTION_MAKE_SNIPER,
ACTION_MAKE_DRAGON,
ACTION_MAKE_NINJA,
ACTION_MAKE_TYRANT,
ACTION_INFECT_CURE,
ACTION_RESPAWN_PLAYER,
ACTION_START_GAME_MODE
}
// Menu keys
const KEYSMENU = MENU_KEY_1|MENU_KEY_2|MENU_KEY_3|MENU_KEY_4|MENU_KEY_5|MENU_KEY_6|MENU_KEY_7|MENU_KEY_8|MENU_KEY_9|MENU_KEY_0
register_menu("Admin Menu", KEYSMENU, "menu_admin")
__________________