diff --git a/client.lua b/client.lua index 657b93a..c8152e6 100644 --- a/client.lua +++ b/client.lua @@ -1,8 +1,7 @@ Citizen.CreateThread(function() while true do Citizen.Wait(0) - if IsControlPressed(1, 73 --[[ "x" key ]]) then - -- https://runtime.fivem.net/doc/natives/#_0xAE99FB955581844A + if IsControlPressed(1, 303 --[[ "u" key ]]) then SetPedToRagdoll(GetPlayerPed(-1), 1000, 1000, 0, true, true, false) end end