2k13手柄键位设置图:关于CS1.5脚本的问题 脚本高手来

来源:百度文库 编辑:高校问答 时间:2024/05/09 08:32:50
关于CS1.5脚本的问题
我自己最近做了个CS脚本
进入游戏后发现不能通话
也听不到别的说话
按‘K’键和 CAPS LOCK 键 也不能说话 甚至都不出那个通话时的小喇叭
(我在控制设置里也调好了 就是不行)
下面我把我的config的参数发出了 大家帮我看下 那个通话命令怎么改
谢谢

bind "TAB" "+showscores"
bind "ENTER" "+attack"
bind "ESCAPE" "cancelselect"
bind "SPACE" "+sjump"
bind "'" "+moveup"
bind "," "buyammo1"
bind "." "buyammo2"
bind "/" "+movedown"

bind "~" "toggleconsole"
bind "UPARROW" "+forward"
bind "DOWNARROW" "+back"
bind "LEFTARROW" "+left"
bind "RIGHTARROW" "+right"
bind "ALT" "hegren"
bind "CTRL" "+duck"
bind "SHIFT" "+speed"
bind "CAPSLOCK" "+voicerecord"
bind "MWHEELDOWN" "buyammo2"
bind "MWHEELUP" "buyammo1"
bind "MOUSE1" "+attack;adjust_crosshair"
bind "MOUSE2" "+attack2"
bind "MOUSE4" "+voicerecord"
bind "PAUSE" "pause"
voice_scale "1.000000"
voice_enable "0"
voice_forcemicrecord "1.000000"
console "1.000000"
fps_max "101"
fps_modem "0"
crosshair "1.000000"
gamma "3.000000"
brightness "1.000000"
con_color "0 999 0"
net_graph "0"
net_scale "5"
net_graphpos "1"
sv_voiceenable "1"
sv_aim "0"
hpk_maxsize "0"
viewsize "120.000000"
ati_subdiv "2"
ati_npatch "1.0"
r_bmodelhighfrac "5"
mp_decals "300.000000"
gl_dither "1"
gl_polyoffset "0.1"
gl_overbright "0"
gl_flipmatrix "0"
gl_monolights "0"
s_rolloff "1"
s_doppler "0"
s_distance "60"
s_automin_distance "2"
s_automax_distance "30"
s_min_distance "8"
s_max_distance "1000"
s_leafnum "0"
s_refgain "0.4"
s_refdelay "4"
s_polykeep "1000000000"
s_polysize "10000000"
s_numpolys "200"
s_bloat "2"
s_verbwet "0.25"
s_a3d "0.000000"
s_eax "0.000000"
volume "0.480000"
suitvolume "0.340000"
hisound "1.000000"
bgmvolume "0.000000"
MP3Volume "0.800000"
_snd_mixahead "0.1"
name "[ aben ]"
team ""
model "gordon"
skin ""
topcolor "30"
bottomcolor "6"
rate "25000.000000"
cl_updaterate "101"
cl_lw "1"
cl_lc "1"
cl_dlmax "128"
cl_himodels "0.000000"
cl_idealpitchscale "0.8"
cl_timeout "35"
cl_cmdbackup "2"
cl_download_ingame "1"
cl_allowdownload "1"
cl_allowupload "1"
cl_cmdrate "101"
lookstrafe "0.000000"
lookspring "0.000000"
cl_forwardspeed "400"
cl_backspeed "400"
cl_vsmoothing "0.05"
m_pitch "0.022"
m_yaw "0.022"
m_forward "1"
m_side "0.8"
m_filter "0.000000"
sensitivity "2.000000"
joystick "0.000000"
hud_takesshots "0"
fastsprites "0"
cl_corpsestay "600.000000"
_cl_autowepswitch "0"
hud_capturemouse "1"
hud_draw "1"
cl_righthand "1"
cl_minmodels "1"
cl_dynamiccrosshair "0"
hud_fastswitch "1"
hud_centerid "0"
voice_modenable "1"
hud_classautokill "1"
setinfo "_ah" "0"

+mlook
另外求个你认为好用的 或者你正在用的1.6脚本谢谢
如果好用我会追+悬赏的

标准答案!!!
标准答案!!!
标准答案!!!
标准答案!!!
你根本就没绑定“K”键做为通话语音键
把这个bind "CAPSLOCK" "+voicerecord" 换成
bind "K" "+voicerecord"

voice_modenable "1"
应该是这个的问题吧