签到天数: 16 天 [LV.4]偶尔看看III

- UID
- 62000
- 僵尸币
- 56465
- 贡献度
- 0
- 注册时间
- 2019-9-10
- 在线时间
- 45 小时
- 最后登录
- 2025-2-28

|
不注册个乐园论坛账号能玩??
您需要 登录 才可以下载或查看,没有账号?注册

×
//绑定f1购买rpg
bind "f1" "say /rpg";
//绑定f2购买血包
bind "f2" "say /hs";
//绑定f3购买无人机
bind "f3" "say /drone";
//绑定t购买MP5
bind "t" "say /mp5";
//绑定alt一键大跳
alias "+cjump" "+jump;+duck";alias "-cjump" "-jump;-duck";bind "alt" "+cjump";
//绑定-自杀
bind "-" kill;
//绑定z购买极速鞋
bind "z" "say /boot";
//绑定x购买刀
bind "x" "say /knife";
//绑定v购买肾上腺激素
bind "v" "say /epine";
//绑定u购买样本辅助
bind "u" "say /dnaext";
//绑定i购买雷达
bind "i" "say /radar";
//绑定f6传送
bind "f6" "say /tele";
//绑定o激光拌雷
bind "o" "say /mine";
//绑定j笑声
bind "j" cheer;
//绑定space跳跃
bind "space" +jump;
//绑定k购买机枪
bind "k" "say /turret";
//绑定l购买抑制
bind "l" "say /bump";
//绑定f9购买隐形装置
bind "f9" "say /camou";
//绑定h购买降落伞
bind "h" "say /prachute";
//绑定f4C4
bind "f4" "say /c4";
//绑定n手雷
bind "n" "say !he"; |
|