You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gCV_PauseMovement=newConvar("shavit_core_pause_movement", "0", "Allow movement/noclip while paused?\n0 - Disabled, fully allow movement.\n1 - Allow movement/noclip while paused. Need to stand on the ground.\n2 - Allow to pause while moving and you can move while paused.(not recommended)\n3 - Allow to pause while moving but freeze you when paused.", 0, true, 0.0, true, 3.0);
389
+
gCV_PauseMovement=newConvar("shavit_core_pause_movement", "0", "Allow movement/noclip while paused?\n0 - Disabled, no movement while paused.\n1 - Allow movement/noclip while paused, must stand still to pause.\n2 - Allow movement/noclip while paused, can pause while moving. (Not recommended)\n3 - Disallow movement/noclip while paused, can pause while moving.", 0, true, 0.0, true, 3.0);
390
390
gCV_BlockPreJump=newConvar("shavit_core_blockprejump", "0", "Prevents jumping in the start zone.", 0, true, 0.0, true, 1.0);
gCV_VelocityTeleport=newConvar("shavit_core_velocityteleport", "0", "Teleport the client when changing its velocity? (for special styles)", 0, true, 0.0, true, 1.0);
0 commit comments