featurelist.orgfeaturelist.org
 
U
D
1 points - posted 186 days ago by godjonez - status: Completed - 1 comments watch embed this
Add a server variable that lets the server administrators to force the usage of AMX vs. ESC menus.

This could work in tandem with http://featurelist.org/feature...etails/131 by having extra mode:

Variable = 0: use default
Variable = 1: use radio menu (allow scripts to override as per #131)
Variable = 2: use ESC menu (allow scripts to override as per #131)
Variable = 129 (1+128): use radio menu, no exceptions
Variable = 130 (2+128): use ESC menus, no exceptions

Maybe instead of using bizarre values, there could be a command that sets the value?

popup setstyle default
popup setstyle radio
popup setstyle esc
popup setstyle radio!
popup setstyle esc!

godjonez posted on 2008-03-10 11:39:39
Implemented in popuplib & popup oy25