From d840157cde73480e0684c139ccb97e1f5846b353 Mon Sep 17 00:00:00 2001 From: ethancantcode <61561333+ethancantcode@users.noreply.github.com> Date: Thu, 16 Apr 2020 18:44:14 -0700 Subject: [PATCH] Changed The Key From X To U --- client.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/client.lua b/client.lua index c8152e6..00cbfda 100644 --- a/client.lua +++ b/client.lua @@ -2,6 +2,7 @@ Citizen.CreateThread(function() while true do Citizen.Wait(0) if IsControlPressed(1, 303 --[[ "u" key ]]) then + -- https://runtime.fivem.net/doc/natives/#_0xAE99FB955581844A SetPedToRagdoll(GetPlayerPed(-1), 1000, 1000, 0, true, true, false) end end