mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 02:38:53 +00:00
Update client.lua
Fixed: Can't get up
This commit is contained in:
@@ -123,6 +123,7 @@ Citizen.CreateThread(function()
|
||||
end)
|
||||
|
||||
function wakeup()
|
||||
local playerPed = GetPlayerPed(-1)
|
||||
ClearPedTasks(playerPed)
|
||||
sitting = false
|
||||
SetEntityCoords(playerPed, lastPos)
|
||||
|
||||
Reference in New Issue
Block a user