- 听众
- 收听
- 积分
- 93
- 主题
- 回帖
- 0
- 精华
注册时间2009-1-26
最后登录1970-1-1
TA的每日心情 | 开心 2024-3-28 14:58 |
---|
签到天数: 9 天 [LV.3]偶尔看看II
|
楼主 |
发表于 2011-1-12 23:55:49
|
显示全部楼层
// Enforces player cvars required for jumping
// I suggest you use this one over any other one you have because:
// - It has a better detection method (if you aren't using the one by ConnorMcLeod)
// - If player disagrees to the cvars, then the player will be denied any access to the plugins, such as stats, menus, and tops.
// List of cvars:
// - developer 0
// - fps_max 101
// - cl_forwardspeed 400
// - cl_sidespeed 400
// - cl_backspeed 400
// Values:
// - 0 = Disable enforcer
// - 1 = Enable enforcer
// Note: If you change this setting during the map, it will not affect players who are already connected.
// Default: 1
js_legal_settings "1" |
这些是吗?关键是添加到什么地方? |
|