From a6d4c4b1d3b17af30ee905fc0c2147f1af79f401 Mon Sep 17 00:00:00 2001 From: Hunt3red Date: Mon, 3 Sep 2018 01:47:13 +0200 Subject: [PATCH] Update client.lua Fixed: Can't get up --- client.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/client.lua b/client.lua index 0daf3797..9836935e 100644 --- a/client.lua +++ b/client.lua @@ -123,6 +123,7 @@ Citizen.CreateThread(function() end) function wakeup() + local playerPed = GetPlayerPed(-1) ClearPedTasks(playerPed) sitting = false SetEntityCoords(playerPed, lastPos)