|
; AMX Mod plugins
; To disable any plugin, add a semi-colon ';' to the beginning of its line
; You can disable the Just-In-Time (JIT) compiler with the 'nojit' keyword:
; pluginname.amx nojit
; (read the docs for more details)
; To load admins from a MySQL db, open the amx/examples/source/default/admin.sma file
; and follow the instructions.
language.amx ; language management
admin.amx ; admin base (required for any admin-related)
admincmd.amx ; basic admin console commands
adminhelp.amx ; help command for admin console commands
adminslots.amx ; slot reservation
menufront.amx ; front-end for admin and custom menus
cmdmenu.amx ; command menu (speech, settings)
mapsmenu.amx ; maps menu (vote, changelevel)
plmenu.amx ; players menu (kick, ban, client cmds.)
telemenu.amx ; teleport menu (Fun Module required!)
adminvote.amx ; vote commands
antiflood.amx ; prevent clients from chat-flooding the server
adminchat.amx ; console chat commands
scrollmsg.amx ; displays a scrolling message
imessage.amx ; displays information messages
nextmap.amx ; displays next map in mapcycle
mapchooser.amx ; allows to vote for next map
timeleft.amx ; displays time left on map
mapconfig.amx ; executes custom map configuration files
pausecfg.amx ; allows to pause and unpause some plugins
plugmod_manager.amx ; manages amx's modules.ini and plugins.ini
welcomemsg.amx ; console motd @ client connection
; Counter-Strike
; Note: you don't need to declare csstats.amx here (CSStats will load it)
statscfg.amx ; allows to manage stats plugins via menu and commands
ff_manager.amx ; friendly-fire manager
restmenu.amx ; restrict weapons menu for Counter-Strike
stats.amx ; stats on death or round end (CSStats Module required!)
miscstats.amx ; bunch of events announcement for Counter-Strike
UT_2003_AllsoundsX.amx CoVerT Sound
stats_logging.amx ; weapons stats logging (CSStats Module required!)
; Add custom plugins below
amx_atac.amx
amx_atac_cfg.amx
amx_chicken.amx
admin_in_op_vip.amx
dib3.amx
bombCountdown.amx
connect.amx
Enter_leave_ip.amx
join_ip.amx
KnifeArena.amx
plugin_bonus1.amx
TimeProjector.amx
looting.amx
team_objectives.amx
unlimited_money.amx
anticamping.amx
quake_like.amx
plugin_jack9_chime.amx |
|