OciXCrom
36d5aa97b1
Add missing set_task_* callback info ( #952 )
2021-08-07 17:31:18 +02:00
shel
d3ef881f31
Fix unreachable code warning in constraint_offset() ( #784 )
2019-12-20 11:17:08 +01:00
justgo97
76378fd5d0
Add get_playersnum_ex ( #517 )
...
* Allow get_players to get the players num only
* used empty brackets instead of zero
* Add get_playersnum_ex stock to amxmisc.inc
* Added missing empty brackets
* Remove brackets from get_players
* Fixed a typo in function description
* Change letters to flags in get_playersnum_ex description
2018-08-30 18:43:05 +02:00
KliPPy
5632420827
Add wrappers for natives with string flags ( #389 )
...
* Add wrappers for natives with string flags
* Add default/none constants, update docs
2017-12-08 00:06:37 +01:00
Artem Golubikhin
7794f27dc2
Fixed bug in cmd_access with usage printing ( #434 )
2017-05-02 12:54:07 +02:00
Arkshine
9054643fe8
Add a param to register_*cmd() and get_*cmd() to indiquate info is a multilingual key + modify plugin
2016-04-16 11:56:49 +02:00
Valentin Grünbacher
bc9710e8f2
inc-doc2 nits/finishing touches
2015-03-09 19:41:21 +01:00
Valentin Grünbacher
5f278eee7b
amxmisc: Documentation updates and additions
2015-03-09 19:41:15 +01:00
Freeman-AM
35eeb6036d
missing alignment
2015-02-06 01:36:32 +01:00
Freeman-AM
9e5810e615
amxmisc.inc: Missing charsmax, more readability, more compliance to amxmodx style
2015-02-06 01:32:33 +01:00
Arkshine
d0ab27092c
Allow show_menu native to send empty text and add reset_menu stock (bug 6244)
2014-10-24 20:36:38 +02:00
HttrckCldHKS
3953db97cd
Improving Code
2014-10-18 11:11:10 -07:00
HttrckCldHKS
7ced590cbc
Improving Code
2014-10-18 11:04:10 -07:00
HttrckCldHKS
5d2b738ec1
Improving Code
2014-10-18 10:36:07 -07:00
HttrckCldHKS
3615e717ca
Adding New Game Modifications Due Colored Menus
...
Adding New Game Modifications Due Colored Menus.
2014-10-18 10:10:58 -07:00
Scott Ehlert
f787db1be5
Update license headers for plugins and includes.
2014-08-04 13:18:41 -05:00
xPaw
0e0d7ec9d5
Instead of assigning FCVAR_PROTECTED to cvars after startup, register cvars with said flag
2014-07-29 00:33:08 +03:00
Arkshine
07534edfcd
Use the new constants in various place.
2014-07-20 12:27:02 +02:00
xPaw
ae9315ad48
🔥 Remove amxmod compatability
...
This doesn't remove anything from the engine
2014-06-05 13:48:56 +03:00
Steve Dudenhoeffer
5e9e119c76
Fix for amb1545: show_activity was ignoring the last client
2008-03-30 07:36:10 +00:00
Steve Dudenhoeffer
16720a2f70
Fix for amb1343 - show_activity() had a messed up vformat() call
2008-03-04 19:18:17 +00:00
Steve Dudenhoeffer
15b62648c9
Implemented amb307 - admincmd now caches a few of the last connections.
...
amx_addban changed back to ADMIN_BAN. Users without RCON access will only be able to ban those in the old connection cache. Users with RCON access still have unrestricted access to amx_addban.
The old connection cache can be viewed with amx_last (ADMIN_BAN access required by default).
2007-08-03 15:26:22 +00:00
Steve Dudenhoeffer
d836aeb716
Added some defines for cmd_target's filter system (for less cryptic code)
...
Changed all immunity obeying commands to allow for self execution - amb633
2007-07-25 18:10:08 +00:00
Steve Dudenhoeffer
0c82e09df1
Added amb42 - different amx_show_activity values.
2007-05-24 17:11:11 +00:00
Steve Dudenhoeffer
66feed1d2b
Added charsmax() define, as a less typo-prone utility for sizeof(array)-1.
...
Added any: syntax to all variable args that need it, added proper {Float,_}: tags to some that didn't have it but should have.
2007-05-18 15:20:34 +00:00
Steve Dudenhoeffer
81994ecf58
Fix for access() with ADMIN_ALL
...
Very minor optimization for is_user_admin
(amb81)
2007-03-30 02:04:30 +00:00
David Anderson
71065a65dd
attempted merge at 1.77 back into trunk... Oh MY GOD
2007-03-09 03:04:40 +00:00
Steve Dudenhoeffer
bd412d7204
Fixed bug amb70 - include files not semicolon-correct
...
Also, removed OLOcode from amxmisc.inc
2007-03-05 19:30:40 +00:00
Steve Dudenhoeffer
4f81c50a3e
Fixed am50731 - compiler crash when amxmisc is included before amxmodx
2007-02-19 07:03:26 +00:00
Steve Dudenhoeffer
dd8f138892
Back ported revision 3242 - Every include file now is const correct (am49281)
2007-01-26 05:56:10 +00:00
David Anderson
78956f3d89
merged bcompat changed into trunk
...
removed amxmod compat files for now
2006-09-01 03:29:27 +00:00
Pavol Marko
afa1337e62
because gabe doesn't rollover, he just expands
2005-09-08 15:29:31 +00:00
Pavol Marko
cc34f468f0
Added a new math stock function.
2005-09-08 15:24:28 +00:00
Johnny Bergström
85f5604d43
*** empty log message ***
2005-03-30 18:43:43 +00:00
Johnny Bergström
fa42dbf011
Added stock admin_print(access, const DESTINATION, const MSG[]);
2005-03-30 11:37:41 +00:00
Johnny Bergström
5f7dabf9b6
*cough*
2005-01-15 12:24:14 +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
Pavol Marko
ec02883f6e
Added stocks:
...
find_plugin_byfile
find_plugin_bydesc
2004-10-30 13:27:22 +00:00
Johnny Bergström
940b0be4b9
Don't ask 2
2004-10-08 08:59:04 +00:00
Johnny Bergström
75f49e78b0
Don't ask
2004-10-08 08:53:27 +00:00
Johnny Bergström
2733adbb49
Added AddMenuItem
2004-10-08 08:36:54 +00:00
David Anderson
ef90960121
Fixed ADMIN_ALL bug
2004-10-03 06:23:25 +00:00
Felix Geyer
0eb04ba899
updated to use the multi-lingual system
2004-08-06 18:40:59 +00:00
Felix Geyer
af69e24eaf
added register_menu() | fixed a compiler warning in access()
2004-07-31 01:00:20 +00:00
Felix Geyer
123262235e
added "cs13" to cstrike_running()
2004-07-27 21:06:36 +00:00
Felix Geyer
6d74c31597
added cstrike_running
2004-07-27 16:42:59 +00:00
Felix Geyer
0cb1aabb90
added colored_menus()
2004-07-26 15:07:25 +00:00
Felix Geyer
5a93f4a80b
fixed is_user_admin()
...
changed access functions to new ADMIN_ADMIN
2004-07-24 11:02:49 +00:00
David Anderson
fd9666d068
Added change_task()
...
Added server_changelevel forward
Added is_user_admin()
2004-07-18 08:19:20 +00:00
Felix Geyer
3b2d711c4f
added get_datadir
...
changed get_customdir (backwards compatibility)
2004-06-29 16:38:27 +00:00