9iky6
09ed8eb2b1
Update menufront.sma
2015-02-23 02:21:20 +05:00
9iky6
45b63c4394
Update menufront.sma
...
Just a minor update the plugin and change work in lang-key: you can now add the file through the menu items with the lang-key.
2015-02-20 23:46:26 +05:00
Arkshine
e441908230
MAX_PLAYERS: Fix plugins
2015-02-01 19:25:36 +01:00
Scott Ehlert
f787db1be5
Update license headers for plugins and includes.
2014-08-04 13:18:41 -05:00
skyrim
0de8ee48d0
Replaced sizeof(str)-1 and magic nums with charsmax
2014-07-29 16:32:32 +02:00
Arkshine
07534edfcd
Use the new constants in various place.
2014-07-20 12:27:02 +02:00
Steve Dudenhoeffer
bbf7593e43
fix for amb1139: Menufront now follows cmdaccess.ini changes for its additions (also, pluginmenu does now too)
2008-03-30 20:51:48 +00:00
Steve Dudenhoeffer
9ce9b142e7
Implemented amb397 - amx_add{client}menuitem now accepts filenames as well as registered plugin names
...
(is_plugin_loaded() now has an optional second parameter to search for filenames)
2007-07-25 18:54:32 +00:00
Steve Dudenhoeffer
ef41393bc3
Fixed amb130 - various menus did not take ADMIN_ALL / ADMIN_ADMIN into account.
2007-06-22 17:47:32 +00:00
David Anderson
627b3f0f98
Fixed bug 48522
2006-12-19 12:24:36 +00:00
Split
36e9f29d55
2006-12-03 02:20:32 +00:00
Borja Ferrer
1a48ebb345
format fixes
2005-11-21 20:31:18 +00:00
Borja Ferrer
ddf3b6df32
new cleaned-up version of the plugins (no more OLOcode :D)
2005-09-12 21:06:24 +00:00
Johnny Bergström
e343d224ce
amx_menu: A new menu also reachable by non-admin clients. Scripters can add their plugin menus as an item in this menu (Wc3 menu, Superhero info, etc...) so that a client don't have to bind/know a million different menu commands. This could become a one-stop-shop for all of the clients menu needs. Let's hope it catches on. :-)
...
For this menufront.sma adds: "amx_addclientmenuitem" where server admins can add menu items from plugins that don't support this yet.
amxmisc.inc is also updated to support this.
2005-01-15 09:58:51 +00:00
Johnny Bergström
3a8e103faf
Added custommenuitems.cfg to standard cfg files.
...
menufront.sma executes this file on plugin loa, adding the specified menu items to amxmodmenu.
2004-10-09 10:13:16 +00:00
Johnny Bergström
f4b1c9f78a
Added server command "amx_addmenuitem <menu text> <menu command> <access flags> <plugin name>":
...
Server admins can add menu items to amxmodmenu from plugins that do not (yet) do this on their own.
2004-10-09 09:50:33 +00:00
Johnny Bergström
618759f390
Menu items boundary checking...
2004-10-09 09:32:56 +00:00
Johnny Bergström
f06359e38f
Reworked to add AddMenuItem()
2004-10-08 08:37:27 +00:00
Felix Geyer
160f52ec39
better detection for available menus
2004-08-22 14:54:07 +00:00
Felix Geyer
4f371ccb6c
fixed missing menu text
2004-08-19 22:21:11 +00:00
Felix Geyer
89b4ef92b5
updated to use the multi-lingual system | better code style
2004-08-05 11:09:16 +00:00
Felix Geyer
4fccdd676b
use AMXX_VERSION_STR
2004-07-30 23:39:39 +00:00
Felix Geyer
9a88c0e240
using MENU_KEY defines
2004-07-29 10:58:54 +00:00
Felix Geyer
04781dd75d
uses cstrike_running() now
2004-07-27 16:45:00 +00:00
Felix Geyer
9d0481e7df
use coloredMenus instead of cstrikeRunning
2004-07-26 15:48:12 +00:00
David Anderson
4ab6b083c1
Updated version numbers.
...
Fixed Condition-Zero support.
Replaced Stats with StatsX.
2004-06-24 08:10:52 +00:00
Felix Geyer
079f824a81
updated version information
2004-03-24 08:30:08 +00:00
David Anderson
1425615e20
Fixed headers.
2004-03-15 21:05:08 +00:00
Felix Geyer
9f6b206881
compatible to new include files
2004-03-07 14:30:53 +00:00
Felix Geyer
4b81034f81
updated includes
2004-03-05 19:35:38 +00:00
Felix Geyer
c3616b67b1
switched to log_amx() | changed configs dir
2004-03-04 20:16:45 +00:00
Felix Geyer
3ba4ece791
removed AMX_VERSION_STR
2004-02-21 20:58:35 +00:00
Felix Geyer
8c6374567a
updated header
2004-02-21 19:36:35 +00:00
Felix Geyer
fcd90f82d1
corrected version
2004-02-15 00:31:45 +00:00
Felix Geyer
c3da720704
updated header | fixed compiler errors
2004-02-11 19:32:01 +00:00
Felix Geyer
51fe5a4822
changed header and version info
2004-02-01 18:45:44 +00:00
Felix Geyer
9e999a0ba6
Initial revision
2004-01-31 20:56:22 +00:00