Я ищу меню, которое открывается при нажатии на букву G.Se_IaQe, вопрос в чем?
https://dev-cs.ru/threads/141/page-7#post-138178 Мне нравится эта версия..Se_IaQe, судя по всему это менюшка из https://dev-cs.ru/resources/1596/
if( !is_user_alive(id) )
{
client_print(id, print_chat, "[AMXX] You must be alive to select a weapon")
return PLUGIN_HANDLED
}
menu_destroy(menu)
Destroys a menu. Player menus will be cancelled (although may still linger on the HUD), and future attempts to access the menu resource will result in an error. This must be called if you create menus dynamically, otherwise you will leak memory. For normal dynamic menus, you will destroy the menu in the handler function (remembering to handle the case of a menu being cancelled, it must still be destroyed).