From 906ac324da157208f33fe27db340233279612e4b Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Sat, 4 Jan 2020 13:48:54 +0100 Subject: [PATCH] Minor changes --- client.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client.lua b/client.lua index 56264fcc..e918ea1a 100644 --- a/client.lua +++ b/client.lua @@ -28,13 +28,13 @@ if Config.Debug then end end - local text = ('ID: %s~n~HASH: %s~n~MODEL: %s'):format(id, hash, model) + local text = ('ID: %s~n~Hash: %s~n~Model: %s'):format(id, hash, model) ESX.Game.Utils.DrawText3D({ x = coords.x, y = coords.y, z = coords.z + 2.0 - }, text) + }, text, 0.5) end if #debugProps == 0 then @@ -53,7 +53,7 @@ Citizen.CreateThread(function() wakeup() end - if IsControlJustPressed(1, 38) and IsControlPressed(1, 21) and IsInputDisabled(0) and IsPedOnFoot(playerPed) then + if IsControlJustPressed(0, 38) and IsControlPressed(0, 21) and IsInputDisabled(0) and IsPedOnFoot(playerPed) then if sitting then wakeup() else