搜索
查看: 2450|回复: 9

【求助】AMXMODX1.01音效跟讯息的问题

[复制链接]
发表于 2005-4-19 08:30:29 | 显示全部楼层 |阅读模式 来自 中国–台湾–苗栗县
没有DoubleKill音效跟讯息


modules.ini
  1. ; ------------------------------
  2. ; Fun - provides extra functions
  3. ; ------------------------------
  4. ;fun_amxx_i386.so
  5. fun_amxx.dll
  6. ;fun_amxx_amd64.so

  7. ; ----------------------------------------------------
  8. ; Engine - provides engine functions core to Half-Life
  9. ; ----------------------------------------------------
  10. ;engine_amxx_i386.so
  11. engine_amxx.dll
  12. ;engine_amxx_amd64.so

  13. ; ----------------------------------------------------------
  14. ; Fakemeta - provides a massive interface into the HL engine
  15. ; ----------------------------------------------------------
  16. ;fakemeta_amxx_i386.so
  17. ;fakemeta_amxx.dll
  18. ;fakemeta_amxx_amd64.so

  19. ; -------------------------------------------
  20. ; Database Access - only enable one of these
  21. ; -------------------------------------------
  22. ; MySQL
  23. ;mysql_amxx_i386.so
  24. ;mysql_amxx.dll
  25. ;mysql_amxx_amd64.so
  26. ; PostgreSQL
  27. ;pgsql_amxx_i386.so
  28. ;pgsql_amxx.dll
  29. ; Microsoft SQL
  30. ;mssql_amxx.dll
  31. ; SQLite
  32. ;sqlite_amxx.dll
  33. ;sqlite_amxx_i386.so
  34. ;sqlite_amxx_amd64.so

  35. ; ---------------------------------------------
  36. ; GeoIP - determines the country of ip adresses
  37. ; ---------------------------------------------
  38. ;geoip_amxx_i386.so
  39. ;geoip_amxx.dll
  40. ;geoip_amxx_amd64.so

  41. ; ------------------------------------
  42. ; Array - advanced arrays in scripting
  43. ; ------------------------------------
  44. ;array_amxx_i386.so
  45. ;array_amxx.dll
  46. ;array_amxx_amd64.so

  47. ; --------------------------------
  48. ; Sockets - network socket support
  49. ; --------------------------------
  50. ;sockets_amxx_i386.so
  51. ;sockets_amxx.dll
  52. ;sockets_amxx_amd64.so

  53. ; --------------------------
  54. ; Regular Expression support
  55. ; --------------------------
  56. ;regex_amxx_i386.so
  57. ;regex_amxx.dll
  58. ;regex_amxx_amd64.so

  59. ; ----------------------------------------------------------
  60. ; Counter-Strike - adds functions specific to Counter-Strike
  61. ; ----------------------------------------------------------
  62. ;cstrike_amxx_i386.so
  63. cstrike_amxx.dll
  64. ;cstrike_amxx_amd64.so

  65. ; -----------------------------------------------------
  66. ; CSX - adds functionality for CS statistics and events
  67. ; -----------------------------------------------------
  68. ;csx_amxx_i386.so
  69. csx_amxx.dll
  70. ;csx_amxx_amd64.so
复制代码

STATS.INI

  1. ShowStats               ;HUD-stats default
  2. SayHP                   ;Say /hp
  3. SayStatsMe              ;Say /statsme
  4. SayRankStats            ;Say /rankstats
  5. SayMe                   ;Say /me
  6. SayRank                 ;Say /rank
  7. SayReport               ;Say /report
  8. SayScore                ;Say /score
  9. SayTop15                ;Say /top15
  10. SayStatsAll             ;Say /stats
  11. SayMiscFunc             ;Misc say commands
  12. MultiKill               ;MultiKill
  13. MultiKillSound          ;MultiKillSound
  14. BombDefused             ;Bomb Defuse Succ.
  15. BombFailed              ;Bomb Def. Failure
  16. KnifeKill               ;Knife Kill
  17. KnifeKillSound          ;Knife Kill Sound
  18. HeadShotKill            ;HeadShot Kill
  19. HeadShotKillSound       ;HeadShot Kill Sound
  20. RoundCounter            ;Round Counter
  21. RoundCounterSound       ;Round Counter Sound
  22. KillingStreak           ;Killing Streak
  23. KillingStreakSound      ;Killing Streak Sound
  24. EnemyRemaining          ;Enemy Remaining
  25. DoubleKill              ;Double Kill
  26. DoubleKillSound         ;Double Kill Sound
复制代码


plugins.ini

  1. ; Admin Base - Always one has to be activated
  2. admin.amxx        ; admin base (required for any admin-related)
  3. ;admin_sql.amxx        ; admin base - SQL version (comment admin.amxx)

  4. ; Basic
  5. admincmd.amxx        ; basic admin console commands
  6. adminhelp.amxx        ; help command for admin console commands
  7. adminslots.amxx        ; slot reservation
  8. multilingual.amxx; Multi-Lingual management

  9. ; Menus
  10. menufront.amxx        ; front-end for admin menus
  11. cmdmenu.amxx        ; command menu (speech, settings)
  12. plmenu.amxx        ; players menu (kick, ban, client cmds.)
  13. telemenu.amxx        ; teleport menu (Fun Module required!)
  14. mapsmenu.amxx        ; maps menu (vote, changelevel)

  15. ; Chat / Messages
  16. adminchat.amxx        ; console chat commands
  17. ;antiflood.amxx        ; prevent clients from chat-flooding the server
  18. ;scrollmsg.amxx        ; displays a scrolling message
  19. imessage.amxx        ; displays information messages
  20. adminvote.amxx        ; vote commands

  21. ; Map related
  22. nextmap.amxx        ; displays next map in mapcycle
  23. ;mapchooser.amxx        ; allows to vote for next map
  24. timeleft.amxx        ; displays time left on map

  25. ; Configuration
  26. pausecfg.amxx        ; allows to pause and unpause some plugins
  27. statscfg.amxx        ; allows to manage stats plugins via menu and commands

  28. ; Counter-Strike
  29. restmenu.amxx        ; restrict weapons menu
  30. statsx.amxx        ; stats on death or round end (CSX Module required!)
  31. miscstats.amxx        ; bunch of events announcement for Counter-Strike
  32. stats_logging.amxx; weapons stats logging (CSX Module required!)
  33. auto-restart.amxx
  34. ;team_locker.amxx
  35. amx_atac.amxx
  36. amx_atac_cfg.amxx
  37. show_ip.amxx
  38. enter_leave.amxx
  39. slaylogo.amxx
  40. high_ping_kicker.amx
  41. amx_ejl_jedipunish.sma.amxx
  42. csdm_mod.amxx debug
复制代码


其他音效都正常
只有DoubleKill音效跟讯息不会出现......怎么会这样 :too_sad:
我只有装amxmodx1.01跟booster2.40还有Metamod 1.17.4
发表于 2005-4-19 11:08:04 | 显示全部楼层 来自 中国–陕西–西安
不会是想在dm里打出双杀吧?这很难的吧
检查misc目录下是否有相应的音效文件
确认你的却一枪打死2个人或2个以上的人
回复

使用道具 举报

发表于 2005-4-19 13:35:21 | 显示全部楼层 来自 中国–山西–长治
是不是没有DoubleKill音效呢?

装到sound\misc里试试看

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注个册吧

×
回复

使用道具 举报

发表于 2005-4-19 22:07:35 | 显示全部楼层 来自 中国–福建–泉州
我也装了,不过很少有这个音效,毕竟双杀机会少 :embarrass
回复

使用道具 举报

发表于 2005-4-19 23:02:12 | 显示全部楼层 来自 中国–云南–西双版纳傣族自治州–景洪市
这个声音出现的本来就少!dominating.wav和doublekill.wav的声音很少出现! :byebye:  ;)
回复

使用道具 举报

 楼主| 发表于 2005-4-20 00:42:42 | 显示全部楼层 来自 中国–台湾–苗栗县
有装
伺服器有装
我的STEAM里面也有

我确定是一枪两个
死斗我只有在CS_BLOODSTRIKE有打开
其他地图都是关的

其他音效都正常
只有DOBKILL不出现 :cry:

没有音效大概是没有装声音档
但是连讯息也没有!!
回复

使用道具 举报

发表于 2005-4-20 00:44:39 | 显示全部楼层 来自 中国–云南–西双版纳傣族自治州–景洪市
那个声音我用menu赌博就听的见了!要杀10多个人才会有那个声音! :d:  ;)
回复

使用道具 举报

发表于 2005-4-20 01:15:45 | 显示全部楼层 来自 中国–吉林–长春
用bot测试一下看看
回复

使用道具 举报

发表于 2005-4-20 02:00:03 | 显示全部楼层 来自 中国–云南–西双版纳傣族自治州–景洪市
怎么好多人的服务器都不装声音啊?只有几个服务器装有misc的声音,难道是那个声音烦.我的服务器到是装Statsme那个声音听多了也是头疼啊,不过以前还是很爱听的! :d:  :D
回复

使用道具 举报

发表于 2005-4-30 15:00:52 | 显示全部楼层 来自 中国–河南–郑州
开始都行..时间长了也听烦了,还是不要声音的好
回复

使用道具 举报

游客
回复
您需要登录后才可以回帖 登录 | 注个册吧

快速回复 返回顶部 返回列表