OciXCrom
|
8f88dc5ac8
|
Fix admin chat displaying the wrong language (#559)
* Fix admin chat displaying the wrong language
* Switch %L to %l
* Improve loop
* %L to %l again
* Change git add . to != 0
|
2018-09-11 20:19:28 +02: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 |
|
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
|
ee2ae84d7a
|
Remove MAX_PLAYERS define assocaited to get_players.
|
2014-07-20 15:15:45 +02:00 |
|
Arkshine
|
07534edfcd
|
Use the new constants in various place.
|
2014-07-20 12:27:02 +02:00 |
|
Fysiks
|
33cdfa644e
|
Add check for empty string in amx_chat command (bug 6017, r=arkshine)
|
2014-03-20 18:49:59 +01:00 |
|
connorr
|
f3f29e4769
|
Fix broken admin chat access consistency and apply general optimizations in adminchat plugin (bug 5822, r=arkshine)
Former-commit-id: 99caf22f48f0da39f5cbfe04b847dfa576366f5c
|
2013-08-05 18:44:23 +02:00 |
|
connorr
|
bde7b8dd7f
|
Implement cooldown on say_team @ to prevent admin's client get overflowed if executed a couple of times (bug 5815, r=arkshine)
Former-commit-id: 7db35f0d9764430d34d53844e8f5eb0933527e16
|
2013-07-31 17:01:55 +02:00 |
|
Vincent HERBET
|
a1306b8d96
|
Fix duplicated native call (bug 5255, r=me)
Former-commit-id: ac896547f98657c240f1b44a446df26941e58f86
|
2013-06-17 13:39:12 +02:00 |
|
David Anderson
|
633a81f864
|
Fixed amb1564: amx_chat sundry details did not obey cmdaccess.ini (patch from Teyut).
|
2008-08-16 07:07:09 +00:00 |
|
Steve Dudenhoeffer
|
0c82e09df1
|
Added amb42 - different amx_show_activity values.
|
2007-05-24 17:11:11 +00:00 |
|
Steve Dudenhoeffer
|
e326ab1593
|
Fixed amb94 - Name length in amx_psay
I'm never trusting Brad again.
|
2007-03-18 12:10:36 +00:00 |
|
Steve Dudenhoeffer
|
b3d7f04b5e
|
Fixed am50530 - amx_psay output format fix
|
2007-02-19 07:34:38 +00:00 |
|
David Anderson
|
483403aa3a
|
Fixed bug am46335 - text spacing not aligned in adminchat
|
2006-10-24 22:30:15 +00:00 |
|
David Anderson
|
62e7e22a93
|
Added functionality for the auto-channeler
|
2005-11-19 01:25:34 +00:00 |
|
Borja Ferrer
|
d5cfb53cf8
|
added request at20845 (azrael)
|
2005-10-28 12:30:11 +00:00 |
|
Borja Ferrer
|
ddf3b6df32
|
new cleaned-up version of the plugins (no more OLOcode :D)
|
2005-09-12 21:06:24 +00:00 |
|
David Anderson
|
85ed8468f8
|
Fix ap22177.2 from faluco
|
2005-07-07 18:46:04 +00:00 |
|
David Anderson
|
64b7c7b600
|
Malformat bug fixes
|
2005-07-06 03:19:27 +00:00 |
|
Lukasz Wlasinksi
|
4fcad51d25
|
updated to use amx_show_activity in hud messages
|
2004-09-27 17:43:40 +00:00 |
|
David Anderson
|
71e6ce30a3
|
Fixed amx_say bug
|
2004-08-31 05:50:06 +00:00 |
|
Felix Geyer
|
94474b57c1
|
added dictionary common.txt
|
2004-08-06 18:44:37 +00:00 |
|
Felix Geyer
|
f88ce70892
|
some optimizations
|
2004-08-05 11:09:42 +00:00 |
|
Felix Geyer
|
0be7ddcbd9
|
updated to use the multi-lingual system | better code style
|
2004-08-03 20:11:16 +00:00 |
|
Felix Geyer
|
4fccdd676b
|
use AMXX_VERSION_STR
|
2004-07-30 23:39:39 +00:00 |
|
Felix Geyer
|
e0a9c60bf1
|
added new colors orange, ocean and maroon
|
2004-06-30 17:08:52 +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
|
4276d63cf7
|
fixed "say @" and "say @@" bug
|
2004-02-16 20:58:29 +00:00 |
|
Felix Geyer
|
c3da720704
|
updated header | fixed compiler errors
|
2004-02-11 19:32:01 +00:00 |
|
Felix Geyer
|
9dabd0cdc4
|
fixed SayChat and SayAdmin under NS
|
2004-02-11 14:24:29 +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 |
|