changed file path

This commit is contained in:
Felix Geyer 2004-03-05 19:38:15 +00:00
parent 4b81034f81
commit cf7489afe0
10 changed files with 20 additions and 20 deletions

View File

@ -1,5 +1,5 @@
; Menu configuration file
; File location: $moddir/addons/amx/clcmds.ini
; File location: $moddir/addons/amxx/configs/clcmds.ini
; To use with Players Menu plugin
; NOTE: By default in all settings the access level is set to "u".

View File

@ -1,5 +1,5 @@
; Menu configuration file
; File location: $moddir/addons/amx/cmds.ini
; File location: $moddir/addons/amxx/configs/cmds.ini
; To use with Commands Menu plugin
; NOTE: By default in all settings the access level is set to "u".

View File

@ -1,5 +1,5 @@
; Menu configuration file
; File location: $moddir/addons/amx/configs.ini
; File location: $moddir/addons/amxx/configs/configs.ini
; To use with Commands Menu plugin
; NOTE: By default in all settings the access level is set to "u".

View File

@ -1,7 +1,7 @@
; Configuration file for AMX Mod X
amx_logdir addons/amx/logs
amx_modules addons/amx/modules.ini
amx_plugins addons/amx/plugins/plugins.ini
amx_vault addons/amx/vault.ini
csstats_score addons/amx/csstats.amx
csstats addons/amx/csstats.dat
amx_logdir addons/amxx/logs
amx_modules addons/amxx/modules.ini
amx_plugins addons/amxx/plugins/plugins.ini
amx_vault addons/amxx/vault.ini
csstats_score addons/amxx/csstats.amx
csstats addons/amxx/csstats.dat

View File

@ -1,5 +1,5 @@
; Menu configuration file
; File location: $moddir/addons/amx/cvars.ini
; File location: $moddir/addons/amxx/configs/cvars.ini
; To use with Commands Menu plugin
; Cvars Menu:

View File

@ -1,5 +1,5 @@
; Maps configuration file
; File location: $moddir/addons/amx/maps.ini
; File location: $moddir/addons/amxx/configs/maps.ini
; To use with Maps Menu plugin
as_oilrig "OilRig - Assassination"

View File

@ -2,13 +2,13 @@
; You can specify both linux & win32 modules here
; CS Stats
addons/amx/dlls/csstats.dll
addons/amx/dlls/csstats_i386.so
csstats_amx.dll
csstats_amx_i386.so
; Fun
addons/amx/dlls/fun.dll
addons/amx/dlls/fun_i386.so
fun_amx.dll
fun_amx_i386.so
; MySQL
;addons/amx/dlls/mysql.dll
;addons/amx/dlls/mysql_i386.so
;mysql_amx.dll
;mysql_amx_i386.so

View File

@ -1,5 +1,5 @@
// MySQL configuration file
// File location: $moddir/addons/amx/mysql.cfg
// File location: $moddir/addons/amxx/configs/mysql.cfg
// *NOTE* Linux users may encounter problems if they specify "localhost" instead of "127.0.0.1"
// We recommend using your server IP address instead of its name

View File

@ -1,5 +1,5 @@
; Menu configuration file
; File location: $moddir/addons/amx/speech.ini
; File location: $moddir/addons/amxx/configs/speech.ini
; To use with Commands Menu plugin
; NOTE: By default in all settings the access level is set to "u".

View File

@ -1,5 +1,5 @@
; Users configuration file
; File location: $moddir/addons/amx/users.ini
; File location: $moddir/addons/amxx/configs/users.ini
; Line starting with ; is a comment