From 6427a58ac74ba4ee10ccac24660c821c5010601a Mon Sep 17 00:00:00 2001 From: cjosephdc <87730839+cjosephdc@users.noreply.github.com> Date: Wed, 25 Aug 2021 19:38:26 +0800 Subject: [PATCH] Fix for stuck players (#45) Fix the issue where players get stuck after selecting character --- client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.lua b/client/main.lua index e5705d2f..558e7937 100644 --- a/client/main.lua +++ b/client/main.lua @@ -294,7 +294,7 @@ if ESX.GetConfig().Multichar then repeat Citizen.Wait(200) until finished end DoScreenFadeOut(100) - repeat Citizen.Wait(200) until IsScreenFadedOut() + SetCamActive(cam, false) RenderScriptCams(false, false, 0, true, true) cam = nil