We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab621b commit 1d43162Copy full SHA for 1d43162
anims/cl_crouch.lua
@@ -1,7 +1,7 @@
1
-- CROUCH
2
local crouched = false
3
-local ped = PlayerPedId()
4
RegisterCommand('crouch', function()
+ local ped = PlayerPedId()
5
if not IsPedInAnyVehicle(ped, false) then
6
c = true
7
CreateThread(function()
0 commit comments