Vladimir
f4ff2ad45a
Add missing return values in plugins
2021-08-21 14:11:20 -07:00
Erik Minekus
47514c7708
Do not require quotes around message in sm_psay ( #1300 )
2020-07-01 18:58:20 +01:00
Alex
6b257de75a
Add internationalization to basechat and fix CS:GO colours ( #674 )
...
* Added translation more to basechat
Also fixed colors, because it didn't work without `\x01` at begin of string.
* Fixed cs:go colors, thanks Bara20
* Added 'space' at the start of string.
* Added check for Engine_CSGO, to remove offset on other games
* forgot one row
2017-12-30 12:25:32 -08:00
Andrew
54565c92f7
Add target arg to LogAction in basechat sm_psay. ( #690 )
2017-09-23 10:45:41 -07:00
iNilo
02fcf37088
Use method-map .Style instead of GetMaxPageItems. (sm_msay patch) ( #569 )
2016-12-12 10:18:59 -05:00
iNilo
ec455394b4
Change sm_msay behavior to use GetMaxPageItems instead of hardcoded values ( #568 )
...
* Fix for CS:GO not showing the sm_msay exit button
Fix for CS:GO not showing the sm_msay exit button
![mSayPanel.CurrentKey = 9](http://i.imgur.com/t8079No.png )
![mSayPanel.CurrentKey = 10](http://i.imgur.com/qxgVoUM.png )
* Someone ate the semicolon
Made a new one
* Uses gamedata to determine the exit button
Uses gamedata to determine the exit button
* GetMenuStyle -> GetPanelStyle
2016-12-12 08:57:29 -05:00
ErikMinekus
d9fb0ba64e
Update base plugins for transitional syntax ( #507 )
2016-05-11 10:44:58 -04:00
David Anderson
1328984e0b
Update plugins for transitional methods.
2014-12-13 13:29:15 -08:00
David Anderson
cb4fdf1aa9
Update plugins for new syntax.
2014-11-30 18:57:38 -08:00
David Anderson
614fa86311
Port basechat.sp.
2014-11-09 16:31:17 -08:00
David Anderson
f020b5682e
Port KeyValues to the transitional syntax.
2014-11-08 15:54:40 -08:00
SystematicMania
a8ff00bc34
Switch more base plugins to OnClientSayCommand from say hooks (bug 5986, r=psychonic).
...
--HG--
extra : rebase_source : 7ff7d92f9d060ac69d0652d643f08e7d81946e49
2014-03-25 11:57:00 -04:00
Nicholas Hastings
a36c266e7d
Split TF2, DoD:S, HL2:DM, and ND to separate binaries (bug 5813, r=asherkin).
2013-07-21 11:53:56 -04:00
Peace-Maker
8fe22c33bf
Fixed double print when sending psay to self (bug 5649, r=psychonic).
2013-03-18 19:58:18 -04:00
Nicholas Hastings
deb3f6d9c4
Changed basechat to use %N instead of GetClientName (bug 4205, r=dvander).
2010-01-10 17:57:34 -08:00
Nicholas Hastings
b1b98c5256
Fixed basechat not using color messages on hl2mp (bug 4204, r=dvander).
2010-01-10 17:51:24 -08:00
Nicholas Hastings
4dc2227f23
Fixed lack of quotes on some basechat log messages (bug 4132, r=dvander).
2010-01-10 17:50:30 -08:00
David Anderson
a76f9e11fb
Backed out changeset 9a52d61fe6ba (bad commit).
2010-01-10 17:49:44 -08:00
Nicholas Hastings
abeb91a5e4
Fixed lack of quotes on some basechat log messages (bug 4132, r=dvander).
2010-01-10 17:47:11 -08:00
Eric Minekus
85963cafe7
Fixed several plugins excluding the last client from loops (bug 3984, r=dvander).
2009-10-02 02:26:11 -07:00
Fyren
ffd72fbb4d
Improve non-admin to admin chat (bug 3844, r=pred)
2009-07-27 17:02:04 -07:00
Scott Ehlert
bd9fab6cf5
Added support for Dark Messiah engine and game. (no bug, r=me).
...
The development of this feature would not be possible without the support of the following people from the game's community:
Dylan Riggs, Carl Pettengill, Ed Moreland, and Christian.
2009-02-18 02:19:22 -06:00
Matt Schubert
4baf847062
Fixed hsay/tsay not checking for in-game players
2008-11-29 13:16:33 -05:00
David Anderson
c25017e1a4
Fixed basechat not checking client in-game status for display center text (bug 3372).
2008-10-31 08:35:27 -05:00
Matt Woodrow
b7a2f221f2
Fixed a couple of plugin errors with third party mods (bug 3305)
2008-10-09 20:18:16 +13:00
David Anderson
f50c7469ca
Added MaxClients public var to replace GetMaxClients (bug 3283, r=pred).
...
This is a hard bump of the plugin version number. 1.1 plugins compiled against this include set
will not run against earlier versions of SourceMod.
2008-10-05 15:20:17 -07:00
David Anderson
4001b0f804
Various chat commands now follow sm_show_activity (bug 2080, r=pred).
...
Added FormatActivitySource() native to assist in emulating ShowActivity().
2008-09-23 01:17:15 -05:00
Matt Woodrow
401c6b445d
Fixed amb1891 : Basechat didn't check for blank message in private say's
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402431
2008-07-30 08:08:19 +00:00
Scott Ehlert
251cced1f8
Spring Cleaning, Part Ichi (1)
...
Various minor things done to project files
Updated sample extension project file and updated makefile to the new unified version (more changes likely on the way)
Updated regex project file and makefile
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401971
2008-03-30 07:00:22 +00:00