dockerize_dls
Hello everyone,
Here it is, my self-written loading screen script. It can be easily customized through a panel. It is not a problem that you do not have coding knowledge to customize. You can easily edit it with the FLS panel. Design and Software are completely mine.
[Standalone]
[Preview]
Youtube
[FEATURES]
- Teams section
- Music player
- Background video and image
- News and updates sections
- Responsive Design
- Easily configurable with “Dockerize FLS Panel”
- Open Source
- FLS Panel Storage AWS S3 and Cloudfront Powered
- FLS Panel link is in the compressed file
[HOW TO BUY?]
Tebex Buy
[OTHER SCRIPTS]
|
|
Code is accessible |
Yes |
Subscription-based |
No |
Lines (approximately) |
1500+ |
Requirements |
- |
Support |
Yes |
1 Like
The price has changed. Don’t miss the discount!
[CHANGELOG]
15 April 2024 - Version 1.0.1
- A detail popup has been added for updates and news. With this feature, you can easily show longer texts to your user.
- Animations have been made more fluid and new animations have been added.
Update Screenshot
Version 1.0.0
- Added to the store as a package.
[UPDATE]
26 April 2024 - Version 1.0.2
- Slide show feature has been added. You can now upload multiple images via Dockerize FLS panel.
- A few design fixes.
Great Loading screen! Love that my team can control all aspects of it via a dashboard!
One thing, right off the bat, the loading screen doesnt close on spawn, fixed this by adding this:
local spawn1 = false
AddEventHandler("playerSpawned", function ()
if not spawn1 then
ShutdownLoadingScreenNui()
spawn1 = true
end
end)
1 Like
Hi, thank you for your kind words. Yes, we didn’t add that because normally “multi-character” scripts in QBCore and ESX frameworks automatically close the loading screen. We help everyone with this if a ticket is opened for the custom framework. Thank you for the information.
Awesome, however, I see it’s labelled Standalone, so maybe add this for those that do not use such frameworks! Still a great loading screen though!
1 Like
Thank you very much. We will take your feedback into consideration.
1 Like