mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
better formatting
This commit is contained in:
parent
9a88c0e240
commit
8b60695829
@ -1,32 +1,25 @@
|
|||||||
; AMX Mod X Modules; You can specify both linux & win32 modules here
|
; AMX Mod X Modules
|
||||||
|
; You can specify both linux & win32 modules here
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;
|
|
||||||
;;;; Core Modules ;;;;
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;
|
|
||||||
; Fun - This has extra functions for "extra" stuff
|
; Fun - This has extra functions for "extra" stuff
|
||||||
fun_amxx.dll
|
fun_amxx.dll
|
||||||
|
|
||||||
; Engine - This has engine functions core to half-life
|
; Engine - This has engine functions core to half-life
|
||||||
;engine_amxx.dll
|
;engine_amxx.dll
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
; Database Modules - only enable one of these
|
||||||
;;;;; Database Modules ;;;;;
|
|
||||||
; only enable one of these ;
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
||||||
;mysql_amxx.dll
|
;mysql_amxx.dll
|
||||||
;pgsql_amxx.dll
|
;pgsql_amxx.dll
|
||||||
;mssql_amxx.dll
|
;mssql_amxx.dll
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
||||||
;;;;;;;; Extra Modules ;;;;;;;;;
|
; Extra Modules - only enable these if needed
|
||||||
;; only enable these if needed ;;
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
; GeoIP - for IP location
|
||||||
;;GeoIP - for IP location
|
|
||||||
;geoip_amxx.dll
|
;geoip_amxx.dll
|
||||||
;;Array - advanced arrays in scripting
|
|
||||||
|
; Array - advanced arrays in scripting
|
||||||
;array_amxx.dll
|
;array_amxx.dll
|
||||||
;;Sockets - network socket support
|
|
||||||
|
; Sockets - network socket support
|
||||||
;sockets_amxx.dll
|
;sockets_amxx.dll
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user