mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
no message
This commit is contained in:
parent
a90535ad98
commit
3d003817ff
@ -1,4 +1,4 @@
|
||||
; Client commands configuration file
|
||||
; Menu configuration file
|
||||
; File location: $moddir/addons/amx/clcmds.ini
|
||||
; To use with Players Menu plugin
|
||||
|
||||
@ -15,4 +15,4 @@
|
||||
"Kick player" "amx_kick #%userid%" "b" "u"
|
||||
"Slay player" "amx_slay #%userid%" "bd" "u"
|
||||
"Slap with 1 dmg." "amx_slap #%userid% 1" "b" "u"
|
||||
"Ban on 5 minutes" "amx_banip 5 #%userid%" "b" "u"
|
||||
"Ban for 5 minutes" "amx_banid #%userid% 5" "b" "u"
|
||||
|
@ -13,10 +13,10 @@
|
||||
; "d" - back to menu when executed
|
||||
|
||||
"PUBLIC Settings" "servercfgfile server.cfg;exec server.cfg" "a" "u"
|
||||
"Clanbase" "exec clanbase.cfg;servercfgfile \'\'" "a" "u"
|
||||
"Clanbase Charges Only" "exec clanbase_co.cfg;servercfgfile \'\'" "a" "u"
|
||||
"Official CAL Match" "exec cal.cfg;servercfgfile \'\'" "a" "u"
|
||||
"ProvingGrounds Server Config" "exec leagues/pg.cfg;servercfgfile \'\'" "a" "u"
|
||||
"OGL CS Server Config" "exec ogl.cfg;servercfgfile \'\'" "a" "u"
|
||||
"OGL CS FF Server Config" "exec ogl_ff.cfg;servercfgfile \'\'" "a" "u"
|
||||
"OGL CS Advanced Server Config" "exec ogl_adv.cfg;servercfgfile \'\'" "a" "u"
|
||||
;"Clanbase" "exec clanbase.cfg;servercfgfile \'\'" "a" "u"
|
||||
;"Clanbase Charges Only" "exec clanbase_co.cfg;servercfgfile \'\'" "a" "u"
|
||||
;"Official CAL Match" "exec cal.cfg;servercfgfile \'\'" "a" "u"
|
||||
;"ProvingGrounds Server Config" "exec leagues/pg.cfg;servercfgfile \'\'" "a" "u"
|
||||
;"OGL CS Server Config" "exec ogl.cfg;servercfgfile \'\'" "a" "u"
|
||||
;"OGL CS FF Server Config" "exec ogl_ff.cfg;servercfgfile \'\'" "a" "u"
|
||||
;"OGL CS Advanced Server Config" "exec ogl_adv.cfg;servercfgfile \'\'" "a" "u"
|
||||
|
@ -1 +1 @@
|
||||
For newest AMX Mod and many plugins visit http://amxmod.net
|
||||
For newest AMX Mod X and many plugins visit http://www.amxmod.info/
|
@ -1,4 +1,4 @@
|
||||
; Configuration file for AMX
|
||||
; Configuration file for AMX Mod X
|
||||
amx_logdir addons/amx/logs
|
||||
amx_modules addons/amx/modules.ini
|
||||
amx_plugins addons/amx/plugins/plugins.ini
|
||||
|
@ -8,14 +8,14 @@
|
||||
"mp_timelimit" "0" "30" "45" "u"
|
||||
"mp_friendlyfire" "0" "1" "u"
|
||||
"mp_autoteambalance" "0" "1" "2" "u"
|
||||
"sv_password" "" roxor "clanwar" "u"
|
||||
"sv_password" "" "mypw" "clanwar" "u"
|
||||
"mp_limitteams" "0" "1" "2" "u"
|
||||
"mp_freezetime" 0 "6" "u"
|
||||
"mp_freezetime" "0" "6" "u"
|
||||
"mp_buytime" "1" "0.5" "u"
|
||||
"mp_startmoney" "800" "1800" "3600" "u"
|
||||
"mp_c4timer" "35" "45" "15" "u"
|
||||
"mp_forcechasecam" "0" "1" "2" "u"
|
||||
"pausable" 0 1 "u"
|
||||
"pausable" "0" "1" "u"
|
||||
"sv_minrate" "2000" "3000" "u"
|
||||
"sv_maxrate" "7000" "6500" "u"
|
||||
"allow_spectators" "0" "1" "u"
|
||||
|
@ -1,14 +1,14 @@
|
||||
; AMX Modules
|
||||
; AMX Mod X Modules
|
||||
; You can specify both linux & win32 modules here
|
||||
|
||||
; CS Stats
|
||||
addons/amx/dlls/csstats_mm.dll
|
||||
addons/amx/dlls/csstats_mm_i386.so
|
||||
addons/amx/dlls/csstats.dll
|
||||
addons/amx/dlls/csstats_i386.so
|
||||
|
||||
; More functions for modifications in HL
|
||||
addons/amx/dlls/fun_mm.dll
|
||||
addons/amx/dlls/fun_mm_i386.so
|
||||
; Fun
|
||||
addons/amx/dlls/fun.dll
|
||||
addons/amx/dlls/fun_i386.so
|
||||
|
||||
; MySQL access
|
||||
; MySQL
|
||||
;addons/amx/dlls/mysql.dll
|
||||
;addons/amx/dlls/mysql_i386.so
|
||||
|
@ -1,9 +1,8 @@
|
||||
// MySQL access configuration file
|
||||
// File location: $moddir/addons/amx
|
||||
// File location: $moddir/addons/amx/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
|
||||
|
||||
amx_mysql_host "127.0.0.1"
|
||||
amx_mysql_user "root"
|
||||
amx_mysql_pass ""
|
||||
|
@ -1,4 +1,4 @@
|
||||
; AMX Mod plugins
|
||||
; AMX Mod X plugins
|
||||
|
||||
admin.amx ; admin base (required for any admin-related)
|
||||
;admin_mysql.amx ; admin base - MySQL version (comment admin.amx)
|
||||
@ -9,6 +9,7 @@ menufront.amx ; front-end for admin menus
|
||||
cmdmenu.amx ; command menu (speech, settings)
|
||||
plmenu.amx ; players menu (kick, ban, client cmds.)
|
||||
restmenu.amx ; restrict weapons menu
|
||||
;telemenu.amx ; teleport menu (Fun Module required!)
|
||||
mapsmenu.amx ; maps menu (vote, changelevel)
|
||||
antiflood.amx ; prevent clients from chat-flooding the server
|
||||
adminchat.amx ; console chat commands
|
||||
@ -19,7 +20,6 @@ mapchooser.amx ; allows to vote for next map
|
||||
scrollmsg.amx ; displays a scrolling message
|
||||
imessage.amx ; displays information messages
|
||||
pausecfg.amx ; allows to pause and unpause some plugins
|
||||
;telemenu.amx ; teleport menu (Fun Module required!)
|
||||
stats.amx ; stats on death or round end (CSStats Module required!)
|
||||
stats_logging.amx ; weapons stats logging (CSStats Module required!)
|
||||
miscstats.amx ; bunch of events announcement for Counter-Strike
|
||||
|
@ -1,3 +1,6 @@
|
||||
; Users configuration file
|
||||
; File location: $moddir/addons/amx/users.ini
|
||||
|
||||
; Line starting with ; is a comment
|
||||
|
||||
; Access flags:
|
||||
@ -22,7 +25,7 @@
|
||||
; s - custom level G
|
||||
; t - custom level H
|
||||
; u - menu access
|
||||
; z - user
|
||||
; z - user (no admin)
|
||||
|
||||
; Account flags:
|
||||
; a - disconnect player on invalid password
|
||||
|
Loading…
Reference in New Issue
Block a user