diamond-optic
07-10-2006, 11:42 PM
DoD Join/Quit/Switch Messages +More
- Version 2.0
- 03.13.2009
- diamond-optic
Information:
- Replaces join & quit messages, team switch msgs, and name change msgs
- Connection message can show the client's country
- Admins can set their own custom country name to display
- Can also hide bot & admin messages
- Bots & admins can also have their own new messages instead
- Set custom roundstart messages for each team
- ** Requires AMXX 1.75 or higher **
CVARs:
dod_jqs_msgs "1" //"0" = use defualt messages
//"1" = use new messages
//"2" = hide messages
dod_jqs_bots "2" //"0" = no difference between bots & normal clients
//"1" = bots use their own new messages
//"2" = hide bot messages
dod_jqs_admins "2" //"0" = no difference between admins & normal clients
//"1" = admins use their own new messages
//"2" = hide admin messages
dod_jqs_join "1" //"0" = defualt join message
//"1" = new join message
//"2" = hide join message
dod_jqs_join_geo "1" //"0" = no geoip country added to custom join msg
//"1" = add geoip country to custom join msg
dod_jqs_quit "1" //"0" = defualt quit message
//"1" = new quit message
//"2" = hide quit message
dod_jqs_teams "1" //"0" = defualt join team messages
//"1" = new join team messages
//"2" = hide join team messages
dod_jqs_spec "1" //"0" = defualt join spec message
//"1" = new join spec message
//"2" = hide join spec message
dod_jqs_name "1" //"0" = defualt name change message
//"1" = new name change message
//"2" = hide name change message
dod_jqs_start_allies "1" //"0" = defualt allies roundstart messages
//"1" = new allies roundstart messages
//"2" = hide allies roundstart messages
dod_jqs_start_brits "1" //"0" = defualt british roundstart messages
//"1" = new british roundstart messages
//"2" = hide british roundstart messages
dod_jqs_start_axis "1" //"0" = defualt axis roundstart messages
//"1" = new axis roundstart messages
//"2" = hide axis roundstart messages
Extra:
- Change the "#define JQS_ADMIN_LEVEL ADMIN_LEVEL_H" line
to change the level used by dod_jqs_admins
- Change the "#define JQS_COUNTRY_LEVEL ADMIN_BAN" line
to change the level used for admin custom countries
- Place the 'dod_joinquitswitch_msgs.txt' file in your
amxmodx/data/lang/ directory. This is the file you
need to edit to use your own messages...
- To hide the team switch death messages use the DoD Team Manager
and enable the 'soft kill' feature
- To use the custom country feature use the following method:
* setinfo custom_country "whatever you want here"
Change Log:
- 05.13.2006 Version 1.0
Initial Release
- 05.26.2006 Version 1.1
Fixed error where it was blocking all msgs
Renamed to DoD Join/Quit/Switch Messages
Added msgs for joining DoD Teams
Immunity to block joining spec msg for admins
- 05.27.2006 Version 1.2
Added CVARs to set each new msg
- 06.01.2006 Version 1.3
Added CVARs to turn on/off each new message
- 06.05.2006 Version 1.4
Added seperate control over bots
Reworked the whole admin/immunity stuff
Condensed allies/axis/british cvars into one 'teams' cvar
Expanded the message control (defualt/new/hide)
Moved all new messages into a language file (byebye on the fly editing)
Removed <engine> (no idea why it was included lol..)
- 06.11.2006 Version 1.4b
Fixed my stupidity of using amxx CVS includes...
- 06.16.2006 Version 1.5
Added new msgs/hiding of name changes
- 07.01.2006 Version 1.6
Fixed a few problems with msg blocks
Added msgs for roundstart text
Removed ENGINE module (requires amxx 1.75+)
- 08.14.2006 Version 1.7
Fixed mistake in language file
Fixed problem with name changes not showing up
Changed some return values
- 09.02.2006 Version 1.8
Changed LANG_SERVER to LANG_PLAYER
- 03.13.2009 Version 2.0
Added option to have connect msg include players country
Fixed some mistakes here and there
Made some variables statics
Code Improvements
Added custom country ability for admins
DOWNLOAD MIRROR: http://www.avamods.com/download.php?view.46
- Version 2.0
- 03.13.2009
- diamond-optic
Information:
- Replaces join & quit messages, team switch msgs, and name change msgs
- Connection message can show the client's country
- Admins can set their own custom country name to display
- Can also hide bot & admin messages
- Bots & admins can also have their own new messages instead
- Set custom roundstart messages for each team
- ** Requires AMXX 1.75 or higher **
CVARs:
dod_jqs_msgs "1" //"0" = use defualt messages
//"1" = use new messages
//"2" = hide messages
dod_jqs_bots "2" //"0" = no difference between bots & normal clients
//"1" = bots use their own new messages
//"2" = hide bot messages
dod_jqs_admins "2" //"0" = no difference between admins & normal clients
//"1" = admins use their own new messages
//"2" = hide admin messages
dod_jqs_join "1" //"0" = defualt join message
//"1" = new join message
//"2" = hide join message
dod_jqs_join_geo "1" //"0" = no geoip country added to custom join msg
//"1" = add geoip country to custom join msg
dod_jqs_quit "1" //"0" = defualt quit message
//"1" = new quit message
//"2" = hide quit message
dod_jqs_teams "1" //"0" = defualt join team messages
//"1" = new join team messages
//"2" = hide join team messages
dod_jqs_spec "1" //"0" = defualt join spec message
//"1" = new join spec message
//"2" = hide join spec message
dod_jqs_name "1" //"0" = defualt name change message
//"1" = new name change message
//"2" = hide name change message
dod_jqs_start_allies "1" //"0" = defualt allies roundstart messages
//"1" = new allies roundstart messages
//"2" = hide allies roundstart messages
dod_jqs_start_brits "1" //"0" = defualt british roundstart messages
//"1" = new british roundstart messages
//"2" = hide british roundstart messages
dod_jqs_start_axis "1" //"0" = defualt axis roundstart messages
//"1" = new axis roundstart messages
//"2" = hide axis roundstart messages
Extra:
- Change the "#define JQS_ADMIN_LEVEL ADMIN_LEVEL_H" line
to change the level used by dod_jqs_admins
- Change the "#define JQS_COUNTRY_LEVEL ADMIN_BAN" line
to change the level used for admin custom countries
- Place the 'dod_joinquitswitch_msgs.txt' file in your
amxmodx/data/lang/ directory. This is the file you
need to edit to use your own messages...
- To hide the team switch death messages use the DoD Team Manager
and enable the 'soft kill' feature
- To use the custom country feature use the following method:
* setinfo custom_country "whatever you want here"
Change Log:
- 05.13.2006 Version 1.0
Initial Release
- 05.26.2006 Version 1.1
Fixed error where it was blocking all msgs
Renamed to DoD Join/Quit/Switch Messages
Added msgs for joining DoD Teams
Immunity to block joining spec msg for admins
- 05.27.2006 Version 1.2
Added CVARs to set each new msg
- 06.01.2006 Version 1.3
Added CVARs to turn on/off each new message
- 06.05.2006 Version 1.4
Added seperate control over bots
Reworked the whole admin/immunity stuff
Condensed allies/axis/british cvars into one 'teams' cvar
Expanded the message control (defualt/new/hide)
Moved all new messages into a language file (byebye on the fly editing)
Removed <engine> (no idea why it was included lol..)
- 06.11.2006 Version 1.4b
Fixed my stupidity of using amxx CVS includes...
- 06.16.2006 Version 1.5
Added new msgs/hiding of name changes
- 07.01.2006 Version 1.6
Fixed a few problems with msg blocks
Added msgs for roundstart text
Removed ENGINE module (requires amxx 1.75+)
- 08.14.2006 Version 1.7
Fixed mistake in language file
Fixed problem with name changes not showing up
Changed some return values
- 09.02.2006 Version 1.8
Changed LANG_SERVER to LANG_PLAYER
- 03.13.2009 Version 2.0
Added option to have connect msg include players country
Fixed some mistakes here and there
Made some variables statics
Code Improvements
Added custom country ability for admins
DOWNLOAD MIRROR: http://www.avamods.com/download.php?view.46