mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-03 03:38:50 +00:00
Fix for stuck players (#45)
Fix the issue where players get stuck after selecting character
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user