diff --git a/client.lua b/client.lua index 5d9722a..fe36a8a 100644 --- a/client.lua +++ b/client.lua @@ -156,7 +156,7 @@ local function StartCrouch() SetFollowPedCamViewMode(0) -- THIRD_PERSON_NEAR end - walkstyle = GetPedWalkstyle(playerPed) + walkstyle = GetPedWalkstyle(playerPed) or walkstyle SetPedMovementClipset(playerPed, "move_ped_crouched", 0.6) SetPedStrafeClipset(playerPed, "move_ped_crouched_strafing") diff --git a/walkstyles.lua b/walkstyles.lua index 36d8d6d..32b1aaa 100644 --- a/walkstyles.lua +++ b/walkstyles.lua @@ -19,7 +19,7 @@ local walkStyles = { [-59928421] = "move_m@business@c", [-2055591238] = "move_chubby", [-108537538] = "move_f@chubby@a", - [-1155413492] = "move_ped_crouched", + -- [-1155413492] = "move_ped_crouched", -- Don't uncomment this. [-1401903942] = "move_f@multiplayer", [1113513977] = "move_m@multiplayer", [-1287120285] = "move_m@depressed@a",