Skip to content

Commit 1d43162

Browse files
authored
This could not work
1 parent 0ab621b commit 1d43162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anims/cl_crouch.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- CROUCH
22
local crouched = false
3-
local ped = PlayerPedId()
43
RegisterCommand('crouch', function()
4+
local ped = PlayerPedId()
55
if not IsPedInAnyVehicle(ped, false) then
66
c = true
77
CreateThread(function()

0 commit comments

Comments
 (0)