Помогите пожалуйста!! Установил плагин infinite jumping, когда делаю слегка поворот или резкий поворот, скорость распрыжки уменьшается и сама распрыжка останавливается.
Вот настройка :
Code
// This file was auto-generated by SourceMod (v1.3.3)
// ConVars for plugin "infinite-jumping.smx"
// The amount of vertical boost to apply to double jumps.
// -
// Default: "290.0"
sm_inf-jumping_boost_double "290.0"
// The amount of vertical boost at the first jump (initial jump), if 0 then the mod jump power/boost is used instead. Examples: CSS 290.0; HL2DM 190.0
// -
// Default: "0.0"
sm_inf-jumping_boost_initial "0.0"
// Enables or Disables Infinite-Jumping
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "3.000000"
sm_inf-jumping_enabled "1"
// Needed admin level to be able to jump again in mid air. Leave this empty to allow it for all players, set it to 0 to disable this feature at all or use the SourceMod admin flags a,b,c etc.
// -
// Default: ""
sm_inf-jumping_flags_double "0"
// Needed admin level to be able to jump automaticly again when on ground. Leave this empty to allow it for all players, set it to 0 to disable this feature at all or use the SourceMod admin flags a,b,c etc.
// -
// Default: ""
sm_inf-jumping_flags_infinite ""
// Needed admin level to be able to perfect jump again in mid air. Leave this empty to allow it for all players, set it to 0 to disable this feature at all or use the SourceMod admin flags a,b,c etc.
// -
// Default: "0"
sm_inf-jumping_flags_perfectdouble ""
// The maximum number of re-jumps allowed while already jumping.
// -
// Default: "1"
// Minimum: "0.000000"
sm_inf-jumping_max_doublejumps "1"
// This is mainly for debug purposes. If 1 and a cvar is changed you can see what functions you are still able to use. If its 2 then you see also the jump boost of each jump.
// -
// Default: "0"
// Minimum: "0.000000"
sm_inf-jumping_notify "0"