Changed some defaults
This commit is contained in:
@ -1,3 +1,27 @@
|
||||
; AMX Mod X pluginsadmin.amx ; admin base (required for any admin-related);admin_mysql.amx ; admin base - MySQL version (comment admin.amx)admincmd.amx ; basic admin console commandsadminhelp.amx ; help command for admin console commandsadminslots.amx ; slot reservationmenufront.amx ; front-end for admin menuscmdmenu.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 serveradminchat.amx ; console chat commandsadminvote.amx ; vote commandsnextmap.amx ; displays next map in mapcycletimeleft.amx ; displays time left on mapmapchooser.amx ; allows to vote for next mapscrollmsg.amx ; displays a scrolling messageimessage.amx ; displays information messageswelcomemsg.amx ; displays motd @ client connection
|
||||
pausecfg.amx ; allows to pause and unpause some plugins;stats.amx ; stats on death or round end (CSStats Module required!);stats_logging.amx ; weapons stats logging (CSStats Module required!)miscstats.amx ; bunch of events announcement for Counter-Strikestatscfg.amx ; allows to manage stats plugins via menu and commands
|
||||
; AMX Mod X plugins
|
||||
|
||||
admin.amx ; admin base (required for any admin-related)
|
||||
;admin_mysql.amx ; admin base - MySQL version (comment admin.amx)
|
||||
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
|
||||
stats.amx ; stats on death or round end (CSStats Module required!)
|
||||
stats_logging.amx ; weapons stats logging (CSStats Module required!)
|
||||
miscstats.amx ; bunch of events announcement for Counter-Strike
|
||||
statscfg.amx ; allows to manage stats plugins via menu and commands
|
Reference in New Issue
Block a user