mirror of
https://github.com/ENSL/ensl-plugin.git
synced 2024-11-22 12:31:40 +00:00
Remove AMXX from pkg
Use dockerfile instead.
This commit is contained in:
parent
a7d12270d8
commit
521a1f56c4
19 changed files with 0 additions and 93 deletions
|
@ -1,14 +0,0 @@
|
|||
// AMX Configuration File
|
||||
echo Executing AMX Mod X Configuration File
|
||||
|
||||
// Plugin Debug mode
|
||||
// 0 - No debugging (garbage line numbers)
|
||||
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
|
||||
// 2 - All plugins are put in debug mode
|
||||
// Note - debug mode will affect JIT performance
|
||||
amx_debug 0
|
||||
|
||||
// Plugin MultiLingual Debug
|
||||
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
|
||||
// "" means disabled
|
||||
amx_mldebug ""
|
|
@ -1,36 +0,0 @@
|
|||
; Configuration file for AMX Mod X
|
||||
amxx_configsdir addons/amxmodx/configs
|
||||
amxx_modules addons/amxmodx/configs/modules.ini
|
||||
amxx_plugins addons/amxmodx/configs/plugins.ini
|
||||
amxx_pluginsdir addons/amxmodx/plugins
|
||||
amxx_modulesdir addons/amxmodx/modules
|
||||
|
||||
; Logging mode
|
||||
; 0 - no logging
|
||||
; 1 - one logfile / day
|
||||
; 2 - one logfile / map
|
||||
; 3 - HL Logs
|
||||
amxx_logging 3
|
||||
|
||||
; Binary logging level
|
||||
; add these up to get what you want
|
||||
; these only work with bin logging binaries
|
||||
; 1 - default
|
||||
; 2 - log internal string sets/gets
|
||||
; 4 - log internal formats
|
||||
; 8 - log all native params
|
||||
; 16 - log internal function calls (only in debug mode)
|
||||
; 32 - log line number accesses (only in debug mode)
|
||||
bin_logging 1
|
||||
|
||||
; Maximum binary log size, in megs
|
||||
max_binlog_size 20
|
||||
|
||||
; Plugin optimization flags - add these up to get what you want
|
||||
; lowering these may stop crashes on very old CPUs
|
||||
; set 65536 to disable optimizer, NOT 0!
|
||||
;-------------
|
||||
; 1 - float arithmetic
|
||||
; 2 - float comparisons
|
||||
; 4 - float rounding
|
||||
optimizer 7
|
|
@ -1,38 +0,0 @@
|
|||
|
||||
;;;
|
||||
; To enable a module, remove the semi-colon (;) in front of its name.
|
||||
; 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.
|
||||
;;;
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; 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 ;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
;mysql
|
||||
;sqlite
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; 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
|
||||
;ns
|
||||
;cstrike
|
|
@ -1,3 +0,0 @@
|
|||
; AMX Mod X plugins
|
||||
|
||||
ENSL.amxx
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,2 +0,0 @@
|
|||
win32 addons\amxmodx\dlls\amxmodx_mm.dll
|
||||
linux addons/amxmodx/dlls/amxmodx_mm_i386.so
|
Loading…
Reference in a new issue