Removed default slot reservation.
Enhanced modules and plugins descriptions.
This commit is contained in:
parent
3d521e5d30
commit
8e227f4f54
|
@ -34,7 +34,7 @@ amx_freq_imessage 180
|
|||
amx_flood_time 0.75
|
||||
|
||||
// Amount of reserved slots (for more details see comments in a plugin source)
|
||||
amx_reservation 2
|
||||
amx_reservation 0
|
||||
|
||||
// Displaying of time remaining
|
||||
// a - display white text on bottom
|
||||
|
|
|
@ -1,21 +1,39 @@
|
|||
; AMX Mod X Modules; You can specify both linux & win32 modules here
|
||||
|
||||
; Fun - This has extra functions
|
||||
fun_amx.dll
|
||||
fun_amx_i386.so
|
||||
;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;; Core Modules ;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Fun - This has extra functions for "extra" stuff
|
||||
fun_amxx.dll
|
||||
|
||||
; Engine - This has engine functions core to half-life
|
||||
;engine_amx.dll
|
||||
;engine_amx_i386.so
|
||||
;engine_amxx.dll
|
||||
|
||||
; MySQL - This adds MySQL connection support
|
||||
;mysql_amx.dll
|
||||
;mysql_amx_i386.so
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;;; Database Modules ;;;;;
|
||||
; only enable one of these ;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;mysql_amxx.dll
|
||||
;pgsql_amxx.dll
|
||||
;mssql_amxx.dll
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;; Mod specific ;;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;
|
||||
;; Counter-Strike ;;
|
||||
;;;;;;;;;;;;;;;;;;;;
|
||||
;This adds functions specific to Counter-Strike
|
||||
;cstrike_amxx.dll
|
||||
|
||||
;CS Stats - This adds functionality for CS statistical information
|
||||
;csstats_amxx.dll
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Natural Selection ;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;Adds functions for Natural Selection
|
||||
;ns_amxx.dll
|
||||
|
||||
; Counter-Strike - This adds functions specific to Counter-Strike
|
||||
cstrike_amx.dll
|
||||
cstrike_amx_i386.so
|
||||
|
||||
; CS Stats - This adds functionality for CS statistical information
|
||||
csstats_amx.dll
|
||||
csstats_amx_i386.so
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user