December 2, 201213 yr comment_156425 i have precached a menu but i dont know how to make it so you press a specific key and it opens the menu :oops: any ideas Report
December 2, 201213 yr comment_156433 If I remember correctly, this mod here -> viewtopic.php?f=17&t=4387 loads/hides a menu by pressing N You can search the code for that in there. Report
December 2, 201213 yr comment_156496 QuickMessage call example init() { self notifyOnPlayerCommand("[{+mp_QuickMessage}]", "+mp_QuickMessage"); self notifyOnPlayerCommand("[{+mp_QuickMessage}]", "+actionslot 1"); while(1) { self waittill("[{+mp_QuickMessage}]"); self openPopupMenu(game["menu_quickmessage"]); } } Report
i have precached a menu but i dont know how to make it so you press a specific key and it opens the menu :oops: any ideas