mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 14:57:27 +08:00
Update noclip.cpp
Changed NoClip from Sprint to Jump.
This commit is contained in:
parent
56b12ffc42
commit
ac61a640d4
@ -47,7 +47,7 @@ namespace big
|
|||||||
if (can_update_location())
|
if (can_update_location())
|
||||||
{
|
{
|
||||||
// Left Shift
|
// Left Shift
|
||||||
if (PAD::IS_DISABLED_CONTROL_PRESSED(0, (int)ControllerInputs::INPUT_SPRINT))
|
if (PAD::IS_DISABLED_CONTROL_PRESSED(0, (int)ControllerInputs::INPUT_JUMP))
|
||||||
vel.z += speed / 2;
|
vel.z += speed / 2;
|
||||||
// Left Control
|
// Left Control
|
||||||
if (PAD::IS_DISABLED_CONTROL_PRESSED(0, (int)ControllerInputs::INPUT_DUCK))
|
if (PAD::IS_DISABLED_CONTROL_PRESSED(0, (int)ControllerInputs::INPUT_DUCK))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user