PDA

View Full Version : [HELP]Zipcore Timer


mati921239
07-28-2016, 07:42
Hey! I have a problem with the plugin from Zipcore Timer . During the ramp- up I have Maximal speed 300. I am edit a physic.cfg My physic.cfg
"Physics"
{
"0"
{
"order" "1"
"default" "1"
"name" "Normal[auto]"
"tag_name" "Auto"
"tag_shortname" "Au"
"chat_command" "auto"
"enable" "1" //enable this mode
"hud_enable" "1" //show hud?
"category" "0" // 0=ranked,1=fun,2=practise
"stamina" "0.0"
"auto" "1" //autohop
"multimode" "0" // 0=default, 1=multihp, 2=nohop
"prevent_moveleft" "0" //block keys
"prevent_moveright" "0"
"prevent_plusleft" "0" // Stops timer if used
"prevent_plusright" "0"
"prevent_back" "0"
"prespeed" "500.0" //0.0 = unlimited
"points_multi" "1.0"
"replay" "0"
}

"1"
{
"order" "2"
"default" "0"
"name" "Legit"
"tag_name" "Legit"
"tag_shortname" "Le"
"chat_command" "l"
"enable" "1" //enable this mode
"hud_enable" "1" //show hud?
"category" "0" // 0=ranked,1=fun,2=practise
"stamina" "0.0" //stamina (-1.0=engine, 0.0=no speed loss, 1.0 for better low gravity)
"auto" "0" //autohop
"multimode" "0" // 0=default, 1=multihp, 2=nohop
"prevent_moveleft" "0" //block keys
"prevent_moveright" "0"
"prevent_plusleft" "0" // Stops timer if used
"prevent_plusright" "0"
"prevent_back" "0"
"prevent_forward" "0"
"prespeed" "0.0" //0.0 = unlimited
"points_multi" "2.0"
"replay" "0"
}
}

shavit
07-28-2016, 10:46
sm_cvar sv_enablebunnyhopping 1

mati921239
07-28-2016, 10:49
Yes it works. Please close the topic. Thank you.