better formatting | .amxx instead of .amx

This commit is contained in:
Felix Geyer 2004-07-29 11:49:02 +00:00
parent 8b60695829
commit bf79e177e3

View File

@ -1,27 +1,38 @@
; AMX Mod X plugins
;;One of these is required
admin.amx ; admin base (required for any admin-related)
;admin_sql.amx ; admin base - MySQL version (comment admin.amx)
; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - MySQL version (comment admin.amxx)
;;These are for basic admin things
admincmd.amx ; basic admin console commands
adminhelp.amx ; help command for admin console commands
adminslots.amx ; slot reservation
menufront.amx ; front-end for admin menus
cmdmenu.amx ; command menu (speech, settings)
plmenu.amx ; players menu (kick, ban, client cmds.)
;restmenu.amx ; restrict weapons menu
;telemenu.amx ; teleport menu (Fun Module required!)
mapsmenu.amx ; maps menu (vote, changelevel)
;antiflood.amx ; prevent clients from chat-flooding the server
adminchat.amx ; console chat commands
adminvote.amx ; vote commands
nextmap.amx ; displays next map in mapcycle
timeleft.amx ; displays time left on map
mapchooser.amx ; allows to vote for next map
scrollmsg.amx ; displays a scrolling message
imessage.amx ; displays information messages
;welcomemsg.amx ; displays motd @ client connection
pausecfg.amx ; allows to pause and unpause some plugins
; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;restmenu.amxx ; restrict weapons menu
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
; Chat / Messages
adminchat.amxx ; console chat commands
;antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
;welcomemsg.amxx ; displays motd @ client connection
; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amx ; allows to manage stats plugins via menu and commands
; Custom - Add 3rd party plugins here