mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-16 14:27:44 +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())
|
||||
{
|
||||
// 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;
|
||||
// Left Control
|
||||
if (PAD::IS_DISABLED_CONTROL_PRESSED(0, (int)ControllerInputs::INPUT_DUCK))
|
||||
|
Loading…
x
Reference in New Issue
Block a user