From 3eb8068628206633d394cb97f89827382bace842 Mon Sep 17 00:00:00 2001 From: ethancantcode <61561333+ethancantcode@users.noreply.github.com> Date: Thu, 16 Apr 2020 18:43:02 -0700 Subject: [PATCH] Update client.lua --- client.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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