diff --git a/[esx]/esx_loadingscreen/README.md b/[esx]/esx_loadingscreen/README.md index 25c5bd3a..887a000d 100644 --- a/[esx]/esx_loadingscreen/README.md +++ b/[esx]/esx_loadingscreen/README.md @@ -1,3 +1,15 @@ -# ESX Loadingscreen +

[ESX] Loading Screen

Discord - Website - Documentation -A loadingscreen +A simple but beautiful Loading Screen for your server! + +## Legal + +esx_loadingscreen - Loading in style! + +Copyright (C) 2022 ESX-Framework + +This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version. + +This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details. + +You should have received a copy Of the GNU General Public License along with this program. If Not, see . diff --git a/[esx]/esx_loadingscreen/fxmanifest.lua b/[esx]/esx_loadingscreen/fxmanifest.lua index b36d6bdd..48e0bd02 100644 --- a/[esx]/esx_loadingscreen/fxmanifest.lua +++ b/[esx]/esx_loadingscreen/fxmanifest.lua @@ -1,5 +1,5 @@ game 'common' -version '1.3.0' +version '1.7.5' fx_version 'cerulean' author 'ESX-Framework' @@ -11,10 +11,4 @@ loadscreen_manual_shutdown "yes" client_script 'client/client.lua' -files { - 'index.html', - './vid/*.mp4', - './vid/*.webm', - './js/index.js', - './css/index.css' -} \ No newline at end of file +files {'index.html', './vid/*.mp4', './vid/*.webm', './js/index.js', './css/index.css'} diff --git a/[esx]/esx_loadingscreen/index.html b/[esx]/esx_loadingscreen/index.html index c811626d..ced82440 100644 --- a/[esx]/esx_loadingscreen/index.html +++ b/[esx]/esx_loadingscreen/index.html @@ -1,17 +1,3 @@ - - diff --git a/[esx]/esx_loadingscreen/vid/esx_intro.webm b/[esx]/esx_loadingscreen/vid/esx_intro.webm deleted file mode 100644 index 2c2a9f87..00000000 Binary files a/[esx]/esx_loadingscreen/vid/esx_intro.webm and /dev/null differ diff --git a/[esx]/esx_loadingscreen/vid/esx_loop.webm b/[esx]/esx_loadingscreen/vid/esx_loop.webm deleted file mode 100644 index 98cac420..00000000 Binary files a/[esx]/esx_loadingscreen/vid/esx_loop.webm and /dev/null differ