hlmod.hu
https://hlmod.hu/

tk
https://hlmod.hu/viewtopic.php?f=29&t=9668
Oldal: 1 / 1

Szerző:  metalpatrik [2013.07.23. 16:57 ]
Hozzászólás témája:  tk

miért van azt hogy mp_friendlyfire át irom 0 ra és utána mapp váltás és megint tudják sebezni a társukat?

Szerző:  CrB [2013.07.24. 10:47 ]
Hozzászólás témája:  Re: tk

server.cfg be állicsd mp_friendlyfire 0 -ra ha úgyis akkor amxx.cfg be írd mp_friendlyfire 0

Szerző:  RaZzoR [2013.07.24. 11:08 ]
Hozzászólás témája:  Re: tk

mapváltáskor nem nyitja meg a server.cfg-t, indítsd újra a szerót vagy írd be konzolba: amx_rcon exec server.cfg

Szerző:  metalpatrik [2013.07.25. 14:15 ]
Hozzászólás témája:  Re: tk

RaZzoR írta:
mapváltáskor nem nyitja meg a server.cfg-t, indítsd újra a szerót vagy írd be konzolba: amx_rcon exec server.cfg


és ezt mindig be kell irni? , amugy hiába át irtam meg be irtam amxx.cfg be semmi... itt a amxx.cfg-m

SMA Forráskód: [ Mindet kijelol ]
  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 2
  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 "Udvozlunk a %hostname% szerveren!" 600
  36.  
  37. // Center typed colored messages (last parameter is a color in RRRGGGBBB format)
  38. //
  39. // Default values: "Welcome to %hostname%" "000255100"
  40. // "This server is using AMX ModX\nVisit http://www.amxmodx.org" "000100255"
  41. amx_imessage "Udvozlunk a %hostname% szerveren!" "000255100"
  42.  
  43. // Frequency in seconds of colored messages
  44. //
  45. // Default value: 180
  46. amx_freq_imessage 180
  47.  
  48. // Ban times for the main ban menu (amx_banmenu)
  49. // Use 0 for permanent ban
  50. // Default values: 0 5 10 15 30 45 60
  51. amx_plmenu_bantimes 0 5 10 15 30 45 60
  52.  
  53. // Slap damage amounts for the main slap menu (amx_slapmenu)
  54. // Slay is automaticall inserted as the first option
  55. // Default values: 0 1 5
  56. amx_plmenu_slapdmg 0 1 5
  57.  
  58. // Set in seconds how fast players can chat (chat-flood protection)
  59. //
  60. // Default value: 0.75
  61. amx_flood_time 0.75
  62.  
  63. // Amount of slots to reserve.
  64. //
  65. // Default value: 0
  66. amx_reservation 0
  67.  
  68. // If you set this to 1, you can hide slots on your server.
  69. // If server "full" of public slots and slots hidden, you must manually connect with connect console command
  70. //
  71. // Default value: 0
  72. amx_hideslots 0
  73.  
  74. // Displaying of time remaining
  75. // a - display white text on bottom
  76. // b - use voice
  77. // c - don't add "remaining" (only in voice)
  78. // d - don't add "hours/minutes/seconds" (only in voice)
  79. // e - show/speak if current time is less than this set in parameter
  80. //
  81. // Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
  82. amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
  83.  
  84. // Announce "say thetime" and "say timeleft" with voice, set to 0 to disable.
  85. //
  86. // Default value: 1
  87. amx_time_voice 1
  88.  
  89. // Minimum delay in seconds between two voting sessions
  90. //
  91. // Default value: 10
  92. amx_vote_delay 10
  93.  
  94. // How long voting session goes on
  95. //
  96. // Default value: 10
  97. amx_vote_time 10
  98.  
  99. // Display who votes for what option, set to 0 to disable, 1 to enable.
  100. //
  101. // Default value: 1
  102. amx_vote_answers 1
  103.  
  104. // Some ratios for voting success
  105.  
  106. // Default value: 0.40
  107. amx_votekick_ratio 0.40
  108.  
  109. // Default value: 0.40
  110. amx_voteban_ratio 0.40
  111.  
  112. // Default value: 0.40
  113. amx_votemap_ratio 0.40
  114.  
  115. // Default value: 0.02
  116. amx_vote_ratio 0.02
  117.  
  118. // Max. time to which map can be extended
  119. //
  120. // Default value: 90
  121. amx_extendmap_max 90
  122.  
  123. // Step for each extending
  124. //
  125. // Default value: 15
  126. amx_extendmap_step 15
  127.  
  128. // If you set this to 0, clients cannot chose their language, instead they use
  129. // whatever language the server is configured to use.
  130. //
  131. // Default value: 1
  132. amx_client_languages 1
  133.  
  134. // Plugin Debug mode
  135. // 0 - No debugging (garbage line numbers)
  136. // 1 - Plugins with "debug" option in plugins.ini are put into debug mode
  137. // 2 - All plugins are put in debug mode
  138. // Note - debug mode will affect JIT performance
  139. //
  140. // Default value: 1
  141. amx_debug 1
  142.  
  143. // Plugin MultiLingual Debug
  144. // To debug a language put its 2 letter code between quotes ("en", "de", etc)
  145. // "" means disabled
  146. //
  147. // Default value: ""
  148. amx_mldebug ""
  149.  
  150. //
  151. // Beginning of Counter-Strike package specific configurations.
  152. //
  153.  
  154. // Rank mode
  155. // 0 - by nick
  156. // 1 - by authid
  157. // 2 - by ip
  158. //
  159. // Default value: 1
  160. csstats_rank 2
  161.  
  162. // Max size of the stats file
  163. //
  164. // Default value: 3500
  165. csstats_maxsize 3500
  166.  
  167. // Whether or not to rank bots with csstats - set to 1 to rank bots, 0 otherwise.
  168. //
  169. // Default value: 0
  170. csstats_rankbots 0
  171.  
  172. // Duration of HUD-statistics
  173. //
  174. // Default value: 12.0
  175. amx_statsx_duration 12.0
  176.  
  177. // HUD-statistics display limit relative round freeze end
  178. // Negative time will clear the HUD-statstics before the round freeze time has ended
  179. //
  180. // Default value: -2.0
  181. amx_statsx_freeze -2.0
  182.  
  183.  
  184. mp_friendlyfire 0
  185.  
  186.  
  187.  

Szerző:  CrB [2013.07.25. 14:18 ]
Hozzászólás témája:  Re: tk

Ha máshogy nem megy
SMA Forráskód: [ Mindet kijelol ]
  1.  
  2. /* qKKKJ plugin
  3. *
  4. * (c) Készült: 2013 Készítette: qKKKJ
  5. * Minden jog fenntartva!
  6. *
  7. */
  8.  
  9. #include <amxmod>
  10. #include <amxmisc>
  11.  
  12. public plugin_init() {
  13. register_plugin("TK","1.0","qKKKJ")
  14. register_event("ResetHUD", "newRound", "b")
  15. }
  16. public newRound()
  17. {
  18. server_cmd("mp_friendlyfire 0")
  19. }
  20.  

Szerző:  Maxi [2013.07.25. 15:07 ]
Hozzászólás témája:  Re: tk

crazyboy írta:
Ha máshogy nem megy
SMA Forráskód: [ Mindet kijelol ]
  1.  
  2. /* qKKKJ plugin
  3. *
  4. * (c) Készült: 2013 Készítette: qKKKJ
  5. * Minden jog fenntartva!
  6. *
  7. */
  8.  
  9. #include <amxmod>
  10. #include <amxmisc>
  11.  
  12. public plugin_init() {
  13. register_plugin("TK","1.0","qKKKJ")
  14. register_event("ResetHUD", "newRound", "b")
  15. }
  16. public newRound()
  17. {
  18. server_cmd("mp_friendlyfire 0")
  19. }
  20.  

1 kérdés.
miért ezt használod?
SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmod>

Szerző:  RaZzoR [2013.07.25. 16:41 ]
Hozzászólás témája:  Re: tk

metalpatrik írta:
RaZzoR írta:
mapváltáskor nem nyitja meg a server.cfg-t, indítsd újra a szerót vagy írd be konzolba: amx_rcon exec server.cfg


és ezt mindig be kell irni? , amugy hiába át irtam meg be irtam amxx.cfg be semmi... itt a amxx.cfg-m

SMA Forráskód: [ Mindet kijelol ]
  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 2
  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 "Udvozlunk a %hostname% szerveren!" 600
  36.  
  37. // Center typed colored messages (last parameter is a color in RRRGGGBBB format)
  38. //
  39. // Default values: "Welcome to %hostname%" "000255100"
  40. // "This server is using AMX ModX\nVisit http://www.amxmodx.org" "000100255"
  41. amx_imessage "Udvozlunk a %hostname% szerveren!" "000255100"
  42.  
  43. // Frequency in seconds of colored messages
  44. //
  45. // Default value: 180
  46. amx_freq_imessage 180
  47.  
  48. // Ban times for the main ban menu (amx_banmenu)
  49. // Use 0 for permanent ban
  50. // Default values: 0 5 10 15 30 45 60
  51. amx_plmenu_bantimes 0 5 10 15 30 45 60
  52.  
  53. // Slap damage amounts for the main slap menu (amx_slapmenu)
  54. // Slay is automaticall inserted as the first option
  55. // Default values: 0 1 5
  56. amx_plmenu_slapdmg 0 1 5
  57.  
  58. // Set in seconds how fast players can chat (chat-flood protection)
  59. //
  60. // Default value: 0.75
  61. amx_flood_time 0.75
  62.  
  63. // Amount of slots to reserve.
  64. //
  65. // Default value: 0
  66. amx_reservation 0
  67.  
  68. // If you set this to 1, you can hide slots on your server.
  69. // If server "full" of public slots and slots hidden, you must manually connect with connect console command
  70. //
  71. // Default value: 0
  72. amx_hideslots 0
  73.  
  74. // Displaying of time remaining
  75. // a - display white text on bottom
  76. // b - use voice
  77. // c - don't add "remaining" (only in voice)
  78. // d - don't add "hours/minutes/seconds" (only in voice)
  79. // e - show/speak if current time is less than this set in parameter
  80. //
  81. // Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
  82. amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
  83.  
  84. // Announce "say thetime" and "say timeleft" with voice, set to 0 to disable.
  85. //
  86. // Default value: 1
  87. amx_time_voice 1
  88.  
  89. // Minimum delay in seconds between two voting sessions
  90. //
  91. // Default value: 10
  92. amx_vote_delay 10
  93.  
  94. // How long voting session goes on
  95. //
  96. // Default value: 10
  97. amx_vote_time 10
  98.  
  99. // Display who votes for what option, set to 0 to disable, 1 to enable.
  100. //
  101. // Default value: 1
  102. amx_vote_answers 1
  103.  
  104. // Some ratios for voting success
  105.  
  106. // Default value: 0.40
  107. amx_votekick_ratio 0.40
  108.  
  109. // Default value: 0.40
  110. amx_voteban_ratio 0.40
  111.  
  112. // Default value: 0.40
  113. amx_votemap_ratio 0.40
  114.  
  115. // Default value: 0.02
  116. amx_vote_ratio 0.02
  117.  
  118. // Max. time to which map can be extended
  119. //
  120. // Default value: 90
  121. amx_extendmap_max 90
  122.  
  123. // Step for each extending
  124. //
  125. // Default value: 15
  126. amx_extendmap_step 15
  127.  
  128. // If you set this to 0, clients cannot chose their language, instead they use
  129. // whatever language the server is configured to use.
  130. //
  131. // Default value: 1
  132. amx_client_languages 1
  133.  
  134. // Plugin Debug mode
  135. // 0 - No debugging (garbage line numbers)
  136. // 1 - Plugins with "debug" option in plugins.ini are put into debug mode
  137. // 2 - All plugins are put in debug mode
  138. // Note - debug mode will affect JIT performance
  139. //
  140. // Default value: 1
  141. amx_debug 1
  142.  
  143. // Plugin MultiLingual Debug
  144. // To debug a language put its 2 letter code between quotes ("en", "de", etc)
  145. // "" means disabled
  146. //
  147. // Default value: ""
  148. amx_mldebug ""
  149.  
  150. //
  151. // Beginning of Counter-Strike package specific configurations.
  152. //
  153.  
  154. // Rank mode
  155. // 0 - by nick
  156. // 1 - by authid
  157. // 2 - by ip
  158. //
  159. // Default value: 1
  160. csstats_rank 2
  161.  
  162. // Max size of the stats file
  163. //
  164. // Default value: 3500
  165. csstats_maxsize 3500
  166.  
  167. // Whether or not to rank bots with csstats - set to 1 to rank bots, 0 otherwise.
  168. //
  169. // Default value: 0
  170. csstats_rankbots 0
  171.  
  172. // Duration of HUD-statistics
  173. //
  174. // Default value: 12.0
  175. amx_statsx_duration 12.0
  176.  
  177. // HUD-statistics display limit relative round freeze end
  178. // Negative time will clear the HUD-statstics before the round freeze time has ended
  179. //
  180. // Default value: -2.0
  181. amx_statsx_freeze -2.0
  182.  
  183.  
  184. mp_friendlyfire 0
  185.  
  186.  
  187.  


nem nem, csak amikor változtatod az értéket :D

Szerző:  HuBaBuBa [2013.07.25. 17:03 ]
Hozzászólás témája:  Re: tk

és az nem jöhet szóba, hogy be van rakva az "ATAC" büntető rendszer? :D

(vagy egy másik plugin ami aktiválja a "csapattárssebzést")

Szerző:  CrB [2013.07.25. 17:54 ]
Hozzászólás témája:  Re: tk

észre sem vettem :D mert AMX MOD EDITOR al írtam gyors a plugint és a template ba ezvan xD
maxi írta:
crazyboy írta:
Ha máshogy nem megy
SMA Forráskód: [ Mindet kijelol ]
  1.  
  2. /* qKKKJ plugin
  3. *
  4. * (c) Készült: 2013 Készítette: qKKKJ
  5. * Minden jog fenntartva!
  6. *
  7. */
  8.  
  9. #include <amxmod>
  10. #include <amxmisc>
  11.  
  12. public plugin_init() {
  13. register_plugin("TK","1.0","qKKKJ")
  14. register_event("ResetHUD", "newRound", "b")
  15. }
  16. public newRound()
  17. {
  18. server_cmd("mp_friendlyfire 0")
  19. }
  20.  

1 kérdés.
miért ezt használod?
SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmod>

Szerző:  Metal [2013.07.26. 09:25 ]
Hozzászólás témája:  Re: tk

Nagyon nagyon sok az off.

Plugin okozza az mp_friendly visszaállítást. Keresd ki melyik állítja át, vagy küldj egy plugin listát.

Oldal: 1 / 1 Minden időpont UTC+02:00 időzóna szerinti
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/