amxmodx/configs/modules.ini

39 lines
1.1 KiB
INI
Raw Normal View History

2004-08-13 15:25:39 +04:00
2006-05-07 14:09:04 +04:00
;;;
; To enable a module, remove the semi-colon (;) in front of its name.
2006-06-04 05:54:07 +04: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 14:09:04 +04:00
;;;
2006-06-04 05:54:07 +04: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 23:41:37 +04:00
;mysql
;sqlite
2006-06-04 05:54:07 +04:00
2006-05-07 14:09:04 +04: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. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2006-06-04 05:54:07 +04:00
;fun
2006-05-07 14:09:04 +04:00
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
2007-11-13 05:28:09 +03:00
;hamsandwich