Hello everyone, recently I thought that it would be a great idea to have all plugins of the server in one topic just like before we used to have such.
This time I am planning to do a much better job in the presentation of all of them by posting a link to the source and direct link to download it, just the way it is from my own server if in a case is edited and you want just that, but not the default version. Plus if there are some settings involved in that plugin I will put mine here as well, to make your job even easier in making a similar server.
The topic will be locked and only me will be posting here since it is just informative and support of any kind will not be provided here, but in the appropriate part of our forum, also every plugin will be in a new post to better distinguish them and easy sharing as well. So without further ado let's get started, by the way, the order will be just like it is in my plugins.ini file.
Headline: amx_psay, amx_chat and amx_say in green chat text
Have you ever asked how you are supposed to see the admin chat, amx_say or how people are supposed to be able to read your PMs? The solution is simple. All that text will show as green, making it a whole lot easier to spot and read.
Used to restrict/remove weapons on the ground on maps suchs as most_wanted, most_wanteD2 and so one. You need to put the maps in the plugin manualy as you can see above in the code I have put couple.
This plugin allows you to gag players from using say_team, say or voicecomm at once. Gags still works after retry.
My settings:
None
Commands:
amx_gag <nick | #id | ip> <minutes> <reason> - gag a players with nick/userid/ip for defined minutes (if 0 gag is permanent) with given reason.
amx_ungag <nick | #id | ip> - remove a gag from a player with certain nick/userid/ip.
amx_gagmenu - open a menu from which you can gag/ungag players
amx_cleangags - remove all gags from all players
With this plug-in, you can restrict access to some commands in different ways. For example, you can make a command available only to a player with a given name, IP, SteamID, for players from a certain team, for alive/dead players, and so on.
;---------------------------------------------------------------------------
;Add a new command in [brackets] to begin adding restrictions to it.
;Add each restriction on a new line below the [command in brackets].
;---------------------------------------------------------------------------
;[<command name>]
;<status> <type> "[value]"
;---------------------------------------------------------------------------
;The "status" can be either "allow" or "block".
;The type can be "all", "name", "ip", "steam", "flags", "team", "life".
;Every type except "all" requires the third argument.
;For example, setting the type to "name" will require you to enter a player name in the "value" argument.
;---------------------------------------------------------------------------
;Example #1 -- making the command "amx_slap" available only for the player named "OciXCrom":
;[amx_slap]
;block all
;allow name "OciXCrom"
;---------------------------------------------------------------------------
;Example #2 -- blocking the command "amx_quit" for the player whose IP address is 12.34.56.78 and spectators:
;[amx_quit]
;block ip "12.34.56.78"
;block team "spectator"
;---------------------------------------------------------------------------
//[amx_slap]
//block all
_____________________________________________________________
[say fireworks]
block all
allow flag "q"
block life "dead"
____________________________________________________________
[ejaculate]
block all
allow flag b
[ejaculer]
block all
allow flag b
[say /ejaculate]
block all
allow flag b
[say ejaculate]
block all
allow flag b
[say /ejaculer]
block all
allow flag b
[say ejaculer]
block all
allow flag b
_________________________________________________________________
[say /shop]
block all
allow flag o
This is a feature rich map voting plugin. It's intended to be used in place of any other
map choosing plugin such as Deagles' Map Manager and AMXX's very own Map Chooser.
This small plugin allows a player to reset their score back to 0 kills and 0 deaths, this saves them the trouble of reconnecting to your server to reset their score. It makes it easier on them because its a simple command that they would type, and helps your server by not having another person reconnecting and possibly lagging your server.
If only you and another person on the opposite team remain in the round, you can hit a wall (or another object) with your knife, THREE TIMES in fast succession.
By this action you challenge your opponent to a knife duel. The person you challenge gets a menu where he can accept/decline your
challenge. The challenged person has 10 seconds to decide his mind, else the challenge is automatically declined, and the menu should be closed automatically.