Update es_extended for newer features

1) Increase Citizen.Wait(3000) to Citizen.Wait(4000) so that the loading screen will shut down at a unified time between local and remote hosted servers
2) Include ShutdownLoadingScreenNui() for custom loading screens
3) Add additional event for Config.UseESXIdentity called esx:loadingScreenOff for future requests that will prevent UI objects from showing before the loading screen is shut down
4) Added default opacity of 0.0 to UI so that the script can determine when to show the UI based on whether loading screen is open still or not
5) Removed list of resources to force stop as FiveM is against shutting these scripts down, and most don't agree with forcing scripts to stop
This commit is contained in:
ArkSeyonet
2020-05-15 15:39:52 -05:00
parent 1d8a396706
commit d23dfc291d
3 changed files with 19 additions and 14 deletions
+1
View File
@@ -13,6 +13,7 @@ html {
}
#hud {
opacity: 0.0;
position: absolute;
font-family: 'Pricedown';
font-size: 35px;