Facebook
From XD, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 282
  1. // AMX Mod X Configuration File
  2. echo Executing AMX Mod X Configuration File
  3.  
  4. // Default access for all non admin players (see users.ini for access details)
  5. //
  6. // Default value: "z"
  7. amx_default_access "z"
  8.  
  9. // Name of setinfo which should store a password on a client (you should change this)
  10. // Note: Always prefix the field with an underscore (aka: "_")
  11. // (Example: setinfo _pw "password")
  12. //
  13. // Default value: "_pw"
  14. amx_password_field "_pw"
  15.  
  16. // Mode of logging to a server
  17. // 0 - disable logging, players won't be checked (and access won't be set)
  18. // 1 - normal mode which obey flags set in accounts
  19. // 2 - kick all players not on list
  20. //
  21. // Default value: 1
  22. amx_mode 1
  23.  
  24. // Show admins activity
  25. // 0 - disabled
  26. // 1 - show without admin name
  27. // 2 - show with name
  28. //
  29. // Default value: 2
  30. amx_show_activity 1
  31.  
  32. // Frequency in seconds and text of scrolling message
  33. //
  34. // Default value: "Welcome to %hostname% -- This server is using AMX Mod X" 600
  35. amx_scrollmsg "Witamy na %hostname% -- Ten serwer uzywa AMX Mod X" 600
  36.  
  37. // Center typed colored messages (last parameter is a color in RRRGGGBBB format)
  38. //
  39. // Default values:
  40. //                
  41. amx_imessage
  42. amx_imessage
  43.  
  44. // Frequency in seconds of colored messages
  45. //
  46. // Default value: 180
  47. amx_freq_imessage 180
  48.  
  49. // Ban times for the main ban menu (amx_banmenu)
  50. // Use 0 for permanent ban
  51. // Default values: 0 5 10 15 30 45 60
  52. amx_plmenu_bantimes 0 5 10 15 30 45 60
  53.  
  54. // Slap damage amounts for the main slap menu (amx_slapmenu)
  55. // Slay is automaticall inserted as the first option
  56. // Default values: 0 1 5
  57. amx_plmenu_slapdmg 0 1 5
  58.  
  59. // Set in seconds how fast players can chat (chat-flood protection)
  60. //
  61. // Default value: 0.75
  62. amx_flood_time 0.75
  63.  
  64. // Amount of slots to reserve.
  65. //
  66. // Default value: 0
  67. amx_reservation 0
  68.  
  69. // If you set this to 1, you can hide slots on your server.
  70. // If server "full" of public slots and slots hidden, you must manually connect with connect console command
  71. //
  72. // Default value: 0
  73. amx_hideslots 0
  74.  
  75. // Displaying of time remaining
  76. // a - display white text on bottom
  77. // b - use voice
  78. // c - don't add "remaining" (only in voice)
  79. // d - don't add "hours/minutes/seconds" (only in voice)
  80. // e - show/speak if current time is less than this set in parameter
  81. //
  82. // Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
  83. amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
  84.  
  85. // Announce "say thetime" and "say timeleft" with voice, set to 0 to disable.
  86. //
  87. // Default value: 1
  88. amx_time_voice 1
  89.  
  90. // Minimum delay in seconds between two voting sessions
  91. //
  92. // Default value: 10
  93. amx_vote_delay 10
  94.  
  95. // How long voting session goes on
  96. //
  97. // Default value: 10
  98. amx_vote_time 10
  99.  
  100. // Display who votes for what option, set to 0 to disable, 1 to enable.
  101. //
  102. // Default value: 1
  103. amx_vote_answers 1
  104.  
  105. // Some ratios for voting success
  106.  
  107. // Default value: 0.40
  108. amx_votekick_ratio 0.40
  109.  
  110. // Default value: 0.40
  111. amx_voteban_ratio 0.40
  112.  
  113. // Default value: 0.40
  114. amx_votemap_ratio 0.40
  115.  
  116. // Default value: 0.02
  117. amx_vote_ratio 0.02
  118.  
  119. // Max. time to which map can be extended
  120. //
  121. // Default value: 90
  122. amx_extendmap_max 90
  123.  
  124. // Step for each extending
  125. //
  126. // Default value: 15
  127. amx_extendmap_step 15
  128.  
  129. // If you set this to 0, clients cannot chose their language, instead they use
  130. // whatever language the server is configured to use.
  131. //
  132. // Default value: 1
  133. amx_client_languages 8
  134.  
  135. // Plugin Debug mode
  136. // 0 - No debugging (garbage line numbers)
  137. // 1 - Plugins with "debug" option in plugins.ini are put into debug mode
  138. // 2 - All plugins are put in debug mode
  139. // Note - debug mode will affect JIT performance
  140. //
  141. // Default value: 1
  142. amx_debug 1
  143.  
  144. // Plugin MultiLingual Debug
  145. // To debug a language put its 2 letter code between quotes ("en", "de", etc)
  146. // "" means disabled
  147. //
  148. // Default value: ""
  149. amx_mldebug ""
  150.  
  151. //
  152. // Beginning of Counter-Strike package specific configurations.
  153. //
  154.  
  155. // Rank mode
  156. // 0 - by nick
  157. // 1 - by authid
  158. // 2 - by ip
  159. //
  160. // Default value: 1
  161. csstats_rank 0
  162.  
  163. // Max size of the stats file
  164. //
  165. // Default value: 3500
  166. csstats_maxsize 3500
  167.  
  168. // Whether or not to rank bots with csstats - set to 1 to rank bots, 0 otherwise.
  169. //
  170. // Default value: 0
  171. csstats_rankbots 0
  172.  
  173. // Duration of HUD-statistics
  174. //
  175. // Default value: 12.0
  176. amx_statsx_duration 12.0
  177.  
  178. // HUD-statistics display limit relative round freeze end
  179. // Negative time will clear the HUD-statstics before the round freeze time has ended
  180. //
  181. // Default value: -2.0
  182. amx_statsx_freeze -2.0
  183.  
  184. //VoiceTransCoder
  185. sv_voicevolume_speex 1.0 // dla zwiększenia głosu dla konwersji Speex->SILK (wartość domyślna 1.0)
  186. sv_voicevolume_silk 1.0 // dla zwiększenia głosu dla konwersji SILK->Speex (wartość domyślna 1.0)
  187. sv_voicefloodms 0 // minimalny czas między pakietami głosowymi (wartość domyślna to 30, aktualnie zalecam ustawić 0)
  188.  
  189. //spadochron
  190. sv_parachute "1"
  191. - 0: wyłączony - 1: włączony
  192. parachute_fallspeed "100"
  193. - szybkosc lotu
  194.  
  195. //RSY
  196. //ers_enabled 1
  197.  
  198. ers_player_toggle 1
  199.  
  200. erc_time_ads 0
  201.  
  202. erc_random_precache 15
  203.  
  204. //HUD
  205. hud_wyglad 3
  206.  
  207.  
  208.  
  209. ===============================================================================
  210. mx_sql_host "NAZWA_HOSTA"
  211. amx_sql_user "NAZWA UZYTKOWNIKA BAZY DANYCH"
  212. amx_sql_pass "HASLO UZYTKOWNIKA BAZY DANYCH"
  213. amx_sql_db "DATABASE"
  214.