tweak: Move fadeout check until after the spawnmanager export

This commit is contained in:
Linden
2021-07-26 21:10:59 +10:00
parent 9dbe1c5cbe
commit 7bf9367135
+1 -1
View File
@@ -115,8 +115,8 @@ if ESX.GetConfig().Multichar then
TriggerEvent('skinchanger:loadSkin', skin)
end
DoScreenFadeIn(400)
repeat Citizen.Wait(200) until not IsScreenFadedOut()
end)
repeat Citizen.Wait(200) until not IsScreenFadedOut()
elseif Characters[index] and Characters[index].skin then
if Characters[Spawned] and Characters[Spawned].model then