2004-07-29 13:13:56 +00:00
|
|
|
|
2006-05-07 10:09:04 +00:00
|
|
|
;;;
|
|
|
|
; To enable a module, remove the semi-colon (;) in front of its name.
|
2006-06-04 01:55:47 +00:00
|
|
|
; If it's not here, simply add it its name, one per line.
|
|
|
|
; You don't need to write the _amxx part or the file extension.
|
2006-05-07 10:09:04 +00:00
|
|
|
;;;
|
|
|
|
|
2006-06-04 01:55:47 +00:00
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;; SQL Modules usually need to be enabled manually ;;
|
|
|
|
;; You can have any number on at a time. Use ;;
|
|
|
|
;; amx_sql_type in sql.cfg to specify the default ;;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
|
2006-06-04 19:41:37 +00:00
|
|
|
;mysql
|
|
|
|
;sqlite
|
2006-06-04 01:55:47 +00:00
|
|
|
|
2006-05-07 10:09:04 +00:00
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;; Put third party modules below here. ;;
|
|
|
|
;; You can just list their names, without the _amxx ;;
|
|
|
|
;; or file extension. ;;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;; These modules will be auto-detected and loaded ;;
|
|
|
|
;; as needed. You do not need to enable them here ;;
|
|
|
|
;; unless you have problems. ;;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
|
|
|
|
fun
|
|
|
|
;engine
|
|
|
|
;fakemeta
|
|
|
|
;geoip
|
|
|
|
;sockets
|
|
|
|
;regex
|
|
|
|
;nvault
|
|
|
|
cstrike
|
|
|
|
csx
|
2008-08-16 05:01:32 +00:00
|
|
|
;hamsandwich
|