|
|
|
AdminMod Plugins
If you run Linux, you may need to convert the plugin sources to linux format. All of the plugin files are now
distributed as Zip files. Linux guys, unzip the files with -a on the command line which will cause the CRLF chars to be converted to linux
LF format.
|
Informative
The Message of the Moment Banner Cycler. |
Download |
How much do you love that glowing green banner message that you see every once and a while on your AM server. Don't you want to replace it with your own? Don't you want to cycle through 5 or 6 different messages? I do.
This plugin uses an external file (MOTM.TXT) as the source for the banner ads to display to the clients (csay and console) at a specified time interval. Each line of the file is one banner add. You may use the ^n character to make you messages span multiple lines.
You can also add in map specific message files. These files can exist in your mod directory as the same name as the map. de_dust.txt would be used for the counter-strike de_dust map. Get it?
You can now use some colours too. I have just included the basic colours for now (red, blue, green, white, yellow, purple, random) for a test run.
View the readme.txt for setup instructions.
_New Commands:_
admin_motm_reset
Resets the message counter to 1.
admin_motm_type [ on|off ]
Get/Set the typesay mode. This WILL set the mode for all future messages. This even works accross map changes and server shutdowns!
admin_motm_time [<seconds>]
Get/Set the number of seconds between MOTM messages. Changing the value will not take affect until a map change or a server restart.
admin_motm_duration [<seconds>]
Get/Set the duration the message says on the client screen.
admin_motm_wtf
This will tell you what you did wrong. It checks for the map message file, the MOTM.TXT file and the file_read_access cvar. If you have trouble, use it.
-[ Dio ]-
|
plugin_dio_motm.zip - Last revised: 08.07.2001 |
|
Announce Your Arrival In Style |
Download |
With this plugin, you can configure AM to announce the arrival and leaving of your admins to all of the clients. The announcement is displayed as a centersay so your admins can be the envy of your HL
community.
-[ Dio ]-
|
plugin_dio_announce.zip - Last revised: 04.04.2001 |
|
Enables easy admin_chat and admin_say key binding. |
Download |
This plugin lets you keep the console away. This updated version from sank include a load of new mod commands.
New Commands:
admin_chatmode
Use the admin_chat command without having to use the console.
Usage: bind a key to "admin_chatmode"
Access required: ACCESS_SAY
admin_rconmode
Do an rcon say command without having to use the console.
Usage: bind a key to "admin_rconmode"
Access required: ACCESS_RCON
admin_saymode
Use the admin_say command without having to use the console.
Usage: bind a key to "admin_saymode"
Access required: ACCESS_SAY
admin_csaymode
Use the admin_csay command without having to use the console.
Usage: bind a key to "admin_csaymode"
Access required: ACCESS_SAY
admin_rsaymode
Use the admin_rsay command without having to use the console.
Usage: bind a key to "admin_rsaymode"
Access required: ACCESS_SAY
admin_ssaymode
Use the admin_ssay command without having to use the console.
Usage: bind a key to "admin_ssaymode"
Access required: ACCESS_SAY
admin_tsaymode
Use the admin_tsay command without having to use the console.
Usage: bind a key to "admin_tsaymode"
Access required: ACCESS_SAY
-[ sank ]-
|
plugin_sank_chatmode.zip - Last revised: 23.07.2001 |
|
Friendly fire votes and auto-responses. |
Download |
This plugin enables friendly fire votes and auto-responses.
There is only one new command.
admin_vote_ff
Starts a vote to enable/disable friendly fire.
The other features of this script is to handle the usual chat messages ff on?, ff is on?, friendly fire on? and respond with the FF status on the server.
-[ yensid ]-
|
plugin_ff.zip - Last revised: 16.04.2001 |
|
A revival of Jag's playerinfo. |
Download |
Here is a revival of Jag's old admin_playerinfo command. yensid has been nice enough to convert it to a plugin for all you people asking for it.
-[ yensid ]-
|
plugin_playerinfo.zip - Last revised: 20.04.2001 |
|
Server Time/Date, Stopwatch and Alarm Plugin |
Download |
The Fixed Version From geist.method
This plugin will displayspeak the server timedate whenever someone says "the" and "time" in a sentence. (ie; "Hey, what's the time?")
It also includes a simple stopwatch and alarm function.
admin_stopwatch
Starts a simple counter, admin_stopwatch stops it and displays the elapsed difference. (extremely useful for timing how fast it takes one team to dominate the other... heh, or something...)
admin_alarm1set <hour> <minute> <repeat> [msg]
Sets alarm 1 for the hour and minute specified. Hour must be in 24 hour military format. Repeat is either 1 or 0, depending on whether or not you want the alarm to repeat daily. Msg is simply text to display when the alarm goes off...
example: "admin_alarm1set 23 59 1 Laf. Time for bed, you silly bear."
admin_alarm2set <hour> <minute> <repeat> [msg]
Yea, same thing.
admin_alarm1del
Deletes alarm 1.
admin_alarm2del
Deletes alarm 2.
admin_alarmstatus
Displays current alarm status.
Note:
Make sure read/write access is allowed and your vault file is set. Also, since the timer only checks for the set alarm time once a minute, it's probably a good idea that you set an alarm AT LEAST 60 seconds ahead of time.
-[ geist.method ]-
|
plugin_method_time.zip - Last revised: 02.06.2001 |
|
A map listiing tool for you server. |
Download |
This plugin allows players to see and search thru a list of all of the maps on the server. You will need to generate a list, called tmaps.txt and stick it in your mod directory.
New commands
admin_listallmaps <number>
Lists available mapnames in groups of 10, just like admin_help.
admin_searchmaps <target>
Lists available maps that have the target in their name. If the player only supplies one letter, it gives maps that start with that letter.
-[ PetitMorte(?) ]-
|
plugin_listmaps.zip - Last revised: 15.05.2001 |
|
A nice server shutdown. |
Download |
This script provides a "nice" server shutdown message (30 secs) before exiting HLDS. By default, the only people authorized to use this script are "rcon access" admins.
-[ sank ]-
|
plugin_sank_shutdown.zip - Last revised: 12.07.2001 |
|
A new way of doing connectoin messages. |
Download |
This plugin take the contents of a text file and print it to the user when they connect. The text file can have "macros" that will get replaced with real data as it prints to the client. If it finds it can't read the file, it will automagically set file_access_read to 1 and then set it back to 0 when it's done.
Here is the list of macros supported and what they mean:
- %USER% Client Name
- %IP% Client IP address
- %MAP% Current Map
- %NEXTMAP% Next Map
- %PLAYERS% Number of players
- %MAXPLAYERS% Number of max players
- %TEAM=n% Number of players on team n where n is a number
- %MONTH% Current month ie. January
- %DATE% Current date ie. 15
- %DAY% Current day ie. Monday
- %TIME% Current time ie. 17:00
- %YEAR% Current year ie. 2001
- %CVAR=n% Value of n where n is a CVAR ex: CVAR=hostname
- %TIMEINTO% Time into the current map in minutes
- %TIMELEFT% Time left on the current map in minutes
-[ sank ]-
|
plugin_sank_consgreet.zip - Last revised: 15.11.2002 |
|
An updated shutdown. |
Download |
I finally got this baby updated the way I wanted it originally. Same script, it just plays this wav first.
This updated shutdown script provides a "nice" server shutdown message (30 secs), and an audio file before exiting HLDS. By default, the only people authorized to use this script are "rcon access" admins.
-[ Kleen13 ]-
|
plugin_sank_shutdown2.zip - Last revised: 30.07.2001 |
|
Time Remaining Countdown
|
Download |
This plugin is a slight re-write of the timerem plugin. Timerem has a few bugs related to getting the current time left on a map and dealing with trying to execute commands to bots.
-[ belloq
]-
|
plugin_belloq_timerem1.zip - Last revised: 26.08.2002
|
|
csay/tsay for the masses. |
Download |
I made this plugin so normal clients can print csay and tsay messages but with there name attached to it so admins know whos printing messages and if turned off default access in server.cfg clients cannot use this command.
Commands:
admin_msay <message>
Prints a csay message with clients name attached.
admin_tmsay <message>
Prints a tsay message with clients name attached.
-[ Sharpsniper ]-
|
plugin_sharp_message.zip - Last revised: 25.10.2001 |
|
Admin Definable Triggers for chat messages. |
Download |
This plugin lets you define triggers for certain messages that people on your server can use. The triggers are defined in a text file along with the messages they correspond to.
An example of a trigger would be -cq for come quick, so the player would type -cq in chat and "come quick" would be displayed as the message from the player.
I suggest reading the Readme.
-[ Gnugy ]-
|
plugin_gnugy_triggers.zip - Last revised: 25.10.2001 |
|
Another consgreet. A small change from Ascads |
Download |
I've made an updated consgreet, and i think you might wanna check it out and put it on your server (it doesnt say the MOTD.txt because that sorta bothers me, because i use past tense.) instead it plays the MOSERVERSTUFF.txt
-[ Dale ]-
|
plugin_dale_consgreet.zip - Last revised: 25.10.2001 |
|
Like a bot but not. Get it? |
Download |
This gives your server the appearance of having an intelligent bot... or not :)
This plugin is used like the rest of the say commands.
admin_bsay <message>
When you use admin_bsay hello world your users will see
Server Bot: hello world
Edit the sma file to name your bot what you wish.
-[ r3ap3r ]-
|
plugin_serverbot.zip - Last revised: 19.11.2001 |
|
Updated: Leave messages for *specific* clients as they connect
|
Download |
This plugin will display a custom message to a specific client or clients as they connect, in effect paging them. To alert the user of an incoming message, one of six built in sound files (no extra files to download!) will be played shortly after they connect. Users can be identified by Exact Name match, Partial Name match, IP Address, or WONID. Names are not case sensitive. More than one message can be added for the same user. Admins will be able to add a message from their console during gameplay.
New features: The sound played and text displayed while sending messages to the user are now fully customizable.
Commands featured in this plugin:
admin_pager_add
admin_pager_delete
admin_pager_list
admin_pager_off
admin_pager_on
admin_pager_reload
admin_pager_resend
admin_pager_mode (new!)
admin_pager_msg (new!)
admin_pager_sound (new!)
-[ HunteR
]-
|
plugin_pager.zip - Last revised: 23.10.2004
|
|
Another consgreet plugin. |
Download |
This plugin combines messages what player will see on the console screen when he is connecting to the server and information visible to all other players already in the game.
I used -[bluebird]- and -[Sharpsniper]- plugins as base for this modify one. First one (bluebird) has a small flaw: when player was reconnecting, then server recognized him as player present in the game. I fix this by comparing players name reported by Playerinfo() function with HLName from plugin_connect() function. Everything else is "touch-up".
In the second plugin (from Sharpsniper), I changed what information is display, when and to whom. Pattern is as follow: message to all players in the game that new player is connecting to the server, then greetings only visible to just connected player (of course this message is time dependent - total 55s delay 15+40). When player is disconnecting from the server then everybody is notify.
Original material:
plugin_conmsg.sma (by bluebird)
plugin_sharp_cconnect.sma (by Sharpsniper)
-[ j23 ]-
|
plugin_conmsg_great.zip - Last revised: 19.12.2001 |
|
Show how long your map has been running. |
Download |
This is for your 24/7 de_dust servers. This plugin will display the current map's start date & time and/or elapsed time at user defined intervals or when someone says "runtime".
admin_runtime_time <minutes>
Gets / sets the display frequency of the map time.
admin_runtime_style [ 1 | 2 | 3 ]
Gets / sets the display style.
Examples:
1. This map running since: 12:00 AM
Thursday, December 15 2001
2. This map running for: 11 days : 7 hours : 29 minutes
3. This map running since: 12:00 AM
Thursday, December 15 2001
11 days : 7 hours : 29 minutes
Note: The frequency and style parameters are stored in the vault file if read/write access is enabled. Otherwise it uses the default values of 45 minutes and style #1.
-[ Sloth ]-
|
plugin_runtime.zip - Last revised: 24.12.2001 |
|
Tells users what classes they can use. |
Download |
This plugin will tell users which classes are limited and if so what they are limited to. this plugin is helpful on servers that change the class limits by map. Just type admin_whatclass to activate plugin.
-[ Bryan Clay ]-
|
plugin_whatclass.zip - Last revised: 03.02.2002 |
|
Detect player nick changes. |
Download |
This plugin allows you to configure a valid nick based on a clients WONID. If the client changes nicks, the server will tell you about it.
-[ Weaselweb ]-
|
plugin_weasel_look.zip - Last revised: 24.01.2002 |
|
Remember player names. |
Download |
This is plugin to remember player's original name define by his WONID and be able to recover it even if he changed his name. Should help eliminate peoples talking bs about clan, server etc. under new name and thinking that nobody can recognize them.
Commands:
admin_who <player>
To check player.
admin_addname <player> <name_to_remember>
To add player to the list.
-[ j23 ]-
|
plugin_whoareyou.zip - Last revised: 14.02.2002 |
|
Display information messages to clients. |
Download |
This is a very little plugin that allows you to easily give information messages for all clients.
admin_isay <message>
Say to all clients IMPORTANT INFO MESSAGE: <message>.
-[ Cr@b ]-
|
plugin_infosay.zip - Last revised: 09.04.2002 |
|
Sounds on connect and disconnect |
Download |
The sound plugin allows you to make audible announcements when players join or leave the server. Announcements are made using half-life's built in speech engine - it does not use sample files downloaded from the server, hence there is no delay in users joining, or any additional lag for those playing, and you do not have to create .res files for each map.
Three announcements are available:
- A message to a player when they join the server
- A message to all other players when a player joins a server
- A message to all other players when a player leaves a server
The selection of which message to play in response to a particular player joining or leaving the server is based on a set of rules defined in the plugin's configuration file and can be governed by any of the following:
- The player's name
- The player's WON ID or Steam ID
- The Admin Mod access level of the player
- The player's clan tag
- The player's IP address
You can also specify default messages to use for all other players
-[ Ravenous Bugblatter Beast ]-
|
plugin_blatt_sound.zip - Last revised: 16.06.2004 |
|
CS-Guard style of centersay |
Download |
Someone asked for the CS-Guard style of centersay. Someone also asked for a private form of csay and tsay. Also, someone asked for a version for Sharpsnipers "plugin_base" that added the extra colours while not replacing the other commands. While creating the CSG-Say feature I found that I could improve on Bud-Froggys original rsay plugin (where I got some of the colours from) while also adding the new "flicker-say" that will do csg-say between different colours. Ergo, admin_fsay blue will do a CSGuard style say but in blue instead of orange.
WARNING - THere is a bug in the ADMINMOD .dll that causes the server to seg-fault and quit if you use this plugin from the console. I have therefore blocked this action. This is not a problem with this plugin and the AM authors have been notified. This also does not effect the use of this command by a player in the game.
Features are as follows:
- Adds "admin_rsay [colour] [colour] {message}" (Rainbow-say) as a centersay that fades from one colour to the next.
- Adds "admin_fsay [colour] [colour] {message}" (Flicker-say) as a centersay that flickers between two colours.
- The [colours] are both optional with the default as white for the first colour fading out to nothing as the second colour.
- Adds "admin_csgsay {message}" (CS Guard-say) as a centersay similar to CS Guard's centersay which automatically adds the colours orange and none to gie the required effect.
- Adds extra colours to admin_csay and admin_tsay.
-[ Cavey ]-
|
plugin_cavey_display.zip - Last revised: 24.06.2004 |
|
Tag any vote function |
Download |
This is a lovely little script that will tag any vote function you throw at it. It is a request from the forums that gives a funky realtime update in tsay on what is winning the vote, how long is left etc.... Tags vsay, vote_kick and vote_map by default but nothing is stopping you from tagging any other vote you have on your server.
Features are as follows:
- 0.11 adds support for plugin_cavey_cancelvote. Now you can cancel votes and this will stop declaring the result. If you dont use my cancel vote script the command will only cancel the display so you may aswell use 1.0.
- A tsay that updates every second with the time left in the vote and the current standings, ie 0 - Yes, 3 - No
-[ Cavey ]-
|
plugin_cavey_funkyvote.zip - Last revised: 24.06.2004 |
|
Different types of TSay |
Download |
Features are as follows:
- Version A - admin_tsay simply puts the user/admins name at the start of the tsay
- Version B - admin_tsay works as A but the name is only included if the player has access to ACCESS_CHAT
- Version C - admin_tsay This sends the message as a "say" message to admins with access to ACCESS_CHAT.
-[ Cavey ]-
|
plugin_cavey_tsay.zip - Last revised: 24.06.2004 |
|
A Client Connect Announce. |
Download |
This plugin was 1st made by [fah-q] Dio. I changed it so it announces client connects and not only admins but everyone. This will make you server look like it has style! Whenever someone connects.
-[ Sharpsniper ]-
|
plugin_sharp_connect.zip - Last revised: 25.10.2001 |
|
Identify the Admins on the server. |
Download |
New Commands:
admin_who
Print which users have reserved slot access, as well as "admin" access. This came about when after starting to add slots for all the regulars, I, along with everyone else, wanted to know who else had slots.
Think of it like a MUD/MUCK typing 'wizzes', or in IRC seeing that @ sign next to people's nicks so you know who had access in case you needed something.
Literally it counts a moderator as anyone who has ADMIN_BAN acccess, and "reserved slots" people are anyone with a reserved spot.
-[ Ratty ]-
|
plugin_who.zip - Last revised: 04.04.2001 |
|
Psycho Server Stats |
Download |
This plugin displays psychostats 1.9.x stats online on the server.
Commands in chat are:
/stats: returns your current rank and stats
/stats find [string]: returns list of players matching [string]
/stats [rank]: returns the stats on the player with [rank] as their current rank
Important! You need to run an additional perl script to create the database.
-[ Sharpsniper ]-
|
plugin_stats.zip - Last revised: 27.06.2004 |
|
Announces time remaining automatically by speech and centersay. |
Download |
This is not entirely new code as it's just an adaptation of a code snippet posted on the site for the old scripting setup. Essentially, it's starts some timers at init time and announces the time remaining at 20, 10, 5 and 1 minutes left.
Centersays added
-[ schlag ]-
|
plugin_timerem2.zip - Last revised: 10.04.2001 |
|
HLTV Announcer |
Download |
This Plugin announces a hltv on connect or by executing the command admin_hltv.
You can redirect yourself or others by using admin_hltv_connect <player>. Giving no player will redirect yourself.
Redirection of oneself can be also achieved by typing "hltvconnect" in chat.
-[ [WING] Black Knight ]-
|
plugin_bk_hltvannounce.zip - Last revised: 14.07.2003 |
|
Psychostats 2.x beta Plugin |
Download |
Opens the Psychostats 2.x beta in the MOTD window via chat or console.
Features:
- Free configuration of signal words, so it won't interfere with other plugins like statsme, etc.
- Differs between global and personal stats depending on the signal word
- Can also show stats of other people, when part of the name is given after the signal word as an option
- Easy configuration
- Can be easily made compatible with PS 2.0 and 2.1 beta
- Stats can also be issued via console command
-[ [WING] Black Knight ]-
|
plugin_bk_psychostats.zip - Last revised: 03.09.2004 |
|
Server Time/Date |
Download |
A Simple Version From geist.method
This plugin will displayspeak the server timedate whenever someone says "the" and "time" in a sentence. (ie; "Hey, what's the time?")
Additions:
-admin_timeregion <region>: Easy time region specification, and changes without re-compiling.
Improvements:
-Replaced extreme amounts of "if-then" statements with switch statements to improve efficiency.
-Fixed EOL warnings that have so many people whining.
Changes:
-Removed stopwatch and alarm functionality (is it really that useful?)
-[ Monolyth <|L|> ]-
|
plugin_simple_time.zip - Last revised: 08.10.2003 |
|
Greet connecting players with HL Speech
|
Download |
This file was based on the Sharp_Cconnect 2.50.07 plugin written by $harp$niper.
Currently, when somebody connects, it executes:
Speak "vox/You Are Authorized _Comma Access Granted"
and prints "Name /n Has Left" when they leave
-[ WKA Skipper
]-
|
plugin_wka_sharp_connect.zip - Last revised: 14.06.2004
|
|
Announce players with csay and sound
|
Download |
This plugin can be used to announce certain players with a sound and some centersay-text users are recognized by their id. Therefore, it is useless on a LAN-only server. I used the all famous sank-sounds-plugin as a template for the general layout of a adminmod-plugin and the principles of configfile-parsing ;)
-[ Bibabuzemann
]-
|
plugin_bib_entrysound.zip - Last revised: 21.01.03
|
|
Locating players on map
|
Download |
This plugin provides a means of identifying 'zones' within each map.
Any target player will then be identified as being in that zone by the 'admin_locate <target>' command. Two levels of access can be granted to the users for location purposes. With ACCESS_ZONETEAM, players may query the location of players on their team only. With ACCESS_ZONEALL, they may locate all players. To create and edit the map files, ACCESS_ZONEMAP needs to be granted to the user.
COMMANDS:
The commands this plugin registers are:
admin_locate [target]: Displays which zone target is in
admin_zonecreate <name>: Creates a new zone record
admin_zoneupdate [name]: Updates a zone record
admin_zonereset [name]: Resets zone to current location
admin_zoneundo: Undoes the last update
admin_zonesort: Sorts map file to remove elevation conflicts
-[ traF relliK
]-
|
plugin_mapzone.zip - Last revised: 28.01.03
|
|
Name Change Plugin
|
Download |
The Name Change Plugin can be used to give limited access to the admin_execclient command. It allows any admin at access level 8192 to utilize the command admin_execclient <Target> "name <New Target Name>" allowing the admin to change a target client's name to whatever he/she wishes to alter it to. The intention is that players who attempt to falsify identity or use names with characters or words prohibited on he server can be changed by any admin without requiring the admin have rcon access. <WARNING> This plugin is still a BETA and until the final version is released there may be conflicts with the plugin_retribution distributed with adminmod. Do not attempt to llama a client and then change the llama's name using this plugin. There is the possibility of an endless loop occurring that could theoretically crash the server or cause severe lag.
[Main Features]
admin_name <target> <target's new name> - Changes the name of "target" to "target's new name."
-[ -=AS1=-MjrStryker
]-
|
plugin_stryker_name.zip - Last revised: 17.07.04
|
|
Load random map
|
Download |
This script was inspired by the pricks at work who always want to play de_dust and de_celtic over and over and over.
It will randomly select a map from your mapcycle.txt file and load it up. It will keep track of the last 20 maps played and ensures that each map doesn't get played again until it drops off the end of the list.
I havent bothered setting this number as a variable as it suited our 30+ maps nicely.
NOTE: you must have more than 20 maps listed in your mapcycle.txt or it will freak out.
-[ Toast
]-
|
plugin_toasts_randommap.zip - Last revised: 04.02.03
|
|
Axe Kill Announcer.
|
Download |
Announces Axe fragging in Deathmatch Classic (DMC). Announcement is done by random csay or tsay messages with random colors.
Remember that you need LogD installed for this plugin.
-[ Bud-froggy
]-
|
plugin_logd_axekill.zip - Last revised: 26.07.2001
|
|
Bomb Announcer.
|
Download |
Announces, that the bomb was planted and who did it, in Counter-Strike. Announcement is done by csay message.
Remember that you need LogD installed for this plugin.
-[ Bud-froggy
]-
|
plugin_logd_bombsay.zip - Last revised: 22.07.2001
|
|
Bomb countdown timer.
|
Download |
Issues a countdown, when the bomb has been planted in Counter-Strike. Announcement is completely done via HL-Speech.
Remember that you need LogD installed for this plugin.
-[ [WHO]Them
]-
|
plugin_logd_bombtimer.zip - Last revised: 01.01.2002
|
|
Fun Kill Announcer.
|
Download |
Announces knife and nade fragging along with suicides by random csays or tsays and random colors in Counter-Strike.
Remember that you need LogD installed for this plugin.
-[ [Jedi]-Baron
]-
|
plugin_logd_funkill.zip - Last revised: 18.10.2001
|
|
Headshot Kill Announcer.
|
Download |
Announces headshot fragging in Team Fortress Classic (TFC). Throws a random center/typesay when someone gets headshot.
Remember that you need LogD installed for this plugin.
-[ mikey
]-
|
plugin_logd_headshot.zip - Last revised: 01.01.2002
|
|
Showing HP of your attacker.
|
Download |
FEATURES:
--------------------------------
- shows attacker's healthpoints, armor and which weapon he used to his victim.
- displays the damage, victim has made to his attacker
- other statistics like most disruptive player in round / map, most headshots, used weapons etc.
- statistic of player vs. player
- reacts on chat messages "hp", "myhits", "hits" and "weapon".
- you can change the language between english and german.(default:german)
- it calculates the distance between attacker and victim in meters.
Remember that you need LogD installed for this plugin.
-[ Sir Drink a lot
]-
|
plugin_logd_hp.zip - Last revised: 05.07.2004
|
|
UT2K like style for Counter-Strike kills.
|
Download |
A lot of events of the game Counter-Strike (since v1.5) are detected by this plugin and can be announced with a message and sound.
The messages and sounds are stored in vault.ini and can be edited.
If you use the "plugin_sdal_allowsounds", every client would have the abillity to enable/disable the sounds, if he wants/does not want to hear them.
If you use the "non-colored" version of this plugin, the messages would be also enabled/disabled for him.
For disabling the sounds/messages, the players have to enter ".stop" in chat.
For enabling them again, they have to write ".play" in chat.
FEATURES:
------------------
"headshot", "killsintime", "killstreak",
"firstblood", "takenlead", "teamattack",
"knifekill", "grenadekill", "roundcounter",
"bombspawned", "bombget", "bombdrop",
"bombplant", "startdefuse", "bombdefused",
"bombdetonate", "bombtimer", "touchhostage",
"reschostage", "killedhostage", "suicide",
"lastscout", "becamevip", "killedvip",
"escapevip", "scoreboard"
Remember that you need LogD installed for this plugin.
-[ Sir Drink a lot
]-
|
plugin_logd_impressive.zip - Last revised: 11.02.2004
|
|
Knife Arena.
|
Download |
For playing knife only in Counter-Strike.
Remember that you need LogD installed for this plugin.
-[ Bud-froggy
]-
|
plugin_logd_knifearena.zip - Last revised: 05.04.2001
|
|
Knife Kill Announcer.
|
Download |
Throws a random center/typesay when someone gets knifed in Counter-Strike.
Remember that you need LogD installed for this plugin.
-[ Bud-froggy
]-
|
plugin_logd_knifekill.zip - Last revised: 26.07.2001
|
|
Announces Last Scout.
|
Download |
This plugin wishs 'Good Luck' to the last man of a team and plays him a sound (force.wav). The wav file has to be in the ...\csrike\sound\misc\ folder of your clients computer. So it has to be downloaded to the clients through the RES FILES.
The plugin acts on KILLS, TEAMKILLS, SUICIDE and DISCONNECTION and was tested with POD BOT 2.5.
Remember that you need LogD installed for this plugin.
-[ Biohazard
]-
|
plugin_logd_lastscout.zip - Last revised: 01.01.2002
|
|
Best Player and Teamscore Announcement.
|
Download |
Shows the Best Player and the Teamscore in the end of a round. It displays also other best players with the same score in the chat-area. If you are dead, you can say score and it will display the best player at the moment.
Remember that you need LogD installed for this plugin.
-[ Sir Drink a lot
]-
|
plugin_logd_playeraward.zip - Last revised: 01.01.2002
|
|
Score publisher.
|
Download |
This is designed to be a clone of spudbot, which publishes Counter-Strike scores to the server..
Remember that you need LogD installed for this plugin.
-[ [WHO]Them
]-
|
plugin_logd_scorepublish.zip - Last revised: 01.01.2002
|
|
Displays time remaining.
|
Download |
Announces automatically the time remaining before mapchange. It uses Game_Commencing for starting timer and checks every second the cvar mp_timelimit to display the correct time.
Remember that you need LogD installed for this plugin.
-[ Sir Drink a lot
]-
|
plugin_logd_timerem.zip - Last revised: 01.01.2002
|
|
VIP Announcer.
|
Download |
Announces who killed the VIP or who was the VIP and escaped in Counter-Strike. Announcement is done by csay message.
Remember that you need LogD installed for this plugin.
-[ [M|W]LowPingBitch
]-
|
plugin_logd_vipsay.zip - Last revised: 22.02.2002
|
|
Custom wav files / text messages when certain players connect.
|
Download |
This plugin will read from a text file Player/Csay/Sound file combinations and when someone with a matching Name, IP Address, or AuthID connects to the server, the specified sound file will be played for everyone to hear. This allows players to have a custom sound that will play every time they connect so everyone knows who is joining the game. A custom Csay message can also be defined in the config file.
-[ HunteR
]-
|
plugin_join_notify.zip - Last revised: 26.10.2004
|
|
Plays a sound and gives a message, if an admin connect the server.
|
Download |
This plugin issues a message with hl speech or a centersay, if a user with a certain access level (i.e. admins) joins.
For admins there are two extended tsay and csay commands (admin_acm_tsay and admin_acm_csay).
A message with hl speech will be played and a tsay or csay displayed afterwards.
Settings/changes can be carried out by editing the vault.ini.
-[ ||RAGMAN||
]-
|
plugin_ragman_acm.zip - Last revised: 28.11.2003
|
|
Nextmap, Currentmap, Time, TimeRemaning, and TimeInto.
|
Download |
Meant to replace your plugin_chat.amx.
-Chat messages replaced with tsay
-Made time/timeleft/timeinto announce verbally(optional)
-added:
.say time : Displays current server time to all
.say timeinto : Displays time into map to all
.admin_time : Displays current time just to user
.admin_timeinto : Displays time into map just to user
.admin_currentmap : Displays current/next map just to user
-New Features:
.Can announce time every 1/2 hour
.Can announce time remaining at different intervals
-Keeps other features included in plugin_chat
.say timeleft
.say nextmap
.say currentmap
-Also includes optional code to replace admin_nextmap and admin_timeleft
-[ WaTeR*MaRk
]-
|
plugin_wm_chat.zip - Last revised: 28.10.2002
|
|
Random Server Says
|
Download |
This plugin is designed to print random server says into chat.
Says are kept in a seperate file called phrases.txt. No need to recompile to change says. You can change it at any time you want to, no need to reload the map even.
The only two things you can really change in this plugin is the name of the phrase file "phrases.txt" and the interval between messages. It is now set to pick a random number between 30 and 120 seconds and display another say. The 30 seconds set into it is for when it picks the random number 2 and yep, 2 seconds later it says another say which i didn't like.
You can have it random time or a set time between says with "admin_random <on/off>". You can also set the time interval between says with "admin_rantime <interval in secs>" Last but not the least you can turn this whole plugin on or off with "admin_ransay <on/off>". Hope you like it.
-[ BigWig
]-
|
plugin_biggy_random.zip - Last revised: 02.07.2002
|
|
Text file based consgreet with all the fixings. |
Download |
Create a text file in your mod dir(ie. C:\Sierra\Halflife\tfc) and name it the file name in WMCONS_FILE and type your greeting. You may use several variables in this text file...ie. Wherever you type %host in this file it will display the host name (zip includes example file)
---------------
All variables:
---------------
%host : Server name
%player : Connecting player's name
%currentmap : Current map
%nextmap : Next map
%players : Current number of connected players
%maxplayers : Max players allowed on the server
%timeleft : Time left on the map
%timeused : Time into map
%time : Current server time
%date : Current server date
%ip : Players IP
$admins : Currently connected admins
$classes : Displays Currently Restricted Classes (TFC only)
-[ WaTeR*MaRk ]-
|
plugin_wm_cons.zip - Last revised: 15.07.2002 |
|
Time Remaining Plugin with Ads.
|
Download |
I wrote this one based on the source code from plugin_produkt_timerem3.sma.
This one also displays advertisements in deep purple on centersay and also on regular admin say but there it prepends the text "Server advertisement:". This occurs every thirty seconds.
-[ Gerald
]-
|
plugin_gerald_timerem1.zip - Last revised: 23.03.2002
|
|
Frag count Plugin |
Download |
I had the admin plugin for 1 hour before deciding to write my own plugin and was done by the next day.
Really basic plugin just to display the amount of kills you have made.
Main features:
- Display frags value for user (bind to a shortcut key to save clicking tab in the middle of a round)
-[ Prongs ]-
|
plugin_frag.zip - Last revised: 23.01.2005 |
|
|
|
|
|