签到天数: 646 天 [LV.9]以坛为家II

系胸弟,舅来康我!!
- UID
- 62409
- 僵尸币
- 268809
- 贡献度
- 0
- 注册时间
- 2019-9-27
- 在线时间
- 534 小时
- 最后登录
- 2024-10-24

|
发表于 2023-7-19 10:41:44
|
显示全部楼层
//小键盘按键绑定
bind "kp_ins" "say /task"; // 任务 0
bind "kp_end" "say /qd";// 签到 1
bind "kp_downarrow" "say /menu"; // 乐园菜单 2
bind "kp_pgdn" "say /setting"; // 个人设置 3
bind "kp_leftarrow" "say /food"; // 食物 4
bind "kp_5" "say /food"; // 食物 5
bind "kp_rightarrow" "say /food"; // 食物 6
bind "kp_home" "say !zbuy vest"; // 小甲 7
bind "kp_uparrow" "sm_tp";// 切换视角 8
bind "kp_pgup" "/rg"; // 爆炸枪 9
bind "kp_plus" "say !turret"; // 炮台 +
bind "kp_slash" "say /serum"; // 血清 /
bind "kp_multiply" "say /foxtail"; // 肛塞 *
bind "kp_minus" "say /safe"; // 神器保险 -
// 调节音量(乐园,声音顺序为0,0.1)
alias togglevolumes v_1st;
alias v_1st "alias togglevolumes v_2nd;volume 0;voice_scale 0";
alias v_2nd "alias togglevolumes v_1st;volume 0.1;voice_scale 1.0";
bind "End" togglevolumes;
// 第一行
bind "z" "buy molotov";// 买火
bind "x" "buy hegrenade";// 买雷
bind "c" "buy flashbang"; // 离飞
bind "b" "say /zammo";// 无限子弹
bind "n" "buy decoy";// 买符卡
// 第二行
bind "h" "buy smokegrenade"; // 烟
bind "j" "say /mp7";// mp7
bind "k" "say /m4a1";// m4a1
bind "l" "kill";// 自杀
// 第三行
// 一键显示或隐藏队友
alias togglehide f_on;
alias f_on "alias togglehide f_off;say !hide 500";
alias f_off "alias togglehide f_on;say !hide 0";
bind "t" togglehide;
bind "p" "say timeleft";// 剩余时间
bind "F1" "cheer";// 大笑
bind "F2" "say /upgrade;menuselect 1;";// 升级火力,r99
bind "F3" "autobuy";// 自动购买 切换团队语音!tv
bind "F4" "+spray_menu";// 喷漆
bind "F5" "say /spr";// 领取金币
bind "F6" "say /gun";// 换武器
bind "F7" "say /saysounds";// 乐园音效
bind "F8" "say /skin";// 查看皮肤
bind "F9" "say /ztele";// 回城
bind "F10" "say /vl";// 投票指挥
bind "F11" "say /sky;say /cc";// 关闭天空盒 + 色彩修正 |
|