Removed default slot reservation.
Enhanced modules and plugins descriptions.
This commit is contained in:
@ -1,7 +1,10 @@
|
||||
; AMX Mod X plugins
|
||||
|
||||
;;One of these is required
|
||||
admin.amx ; admin base (required for any admin-related)
|
||||
;admin_mysql.amx ; admin base - MySQL version (comment admin.amx)
|
||||
|
||||
;;These are for basic admin things
|
||||
admincmd.amx ; basic admin console commands
|
||||
adminhelp.amx ; help command for admin console commands
|
||||
adminslots.amx ; slot reservation
|
||||
@ -21,7 +24,10 @@ 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!)
|
||||
|
||||
;;These are for statistical (statsme) style things.
|
||||
;;The CSstats module is required
|
||||
;statsx.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
|
||||
;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