better formatting | .amxx instead of .amx
This commit is contained in:
parent
8b60695829
commit
bf79e177e3
|
@ -1,27 +1,38 @@
|
||||||
; AMX Mod X plugins
|
; AMX Mod X plugins
|
||||||
|
|
||||||
;;One of these is required
|
; Admin Base - Always one has to be activated
|
||||||
admin.amx ; admin base (required for any admin-related)
|
admin.amxx ; admin base (required for any admin-related)
|
||||||
;admin_sql.amx ; admin base - MySQL version (comment admin.amx)
|
;admin_sql.amxx ; admin base - MySQL version (comment admin.amxx)
|
||||||
|
|
||||||
;;These are for basic admin things
|
; Basic
|
||||||
admincmd.amx ; basic admin console commands
|
admincmd.amxx ; basic admin console commands
|
||||||
adminhelp.amx ; help command for admin console commands
|
adminhelp.amxx ; help command for admin console commands
|
||||||
adminslots.amx ; slot reservation
|
adminslots.amxx ; 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
|
|
||||||
|
|
||||||
|
; 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user