This script protected escrow system
[Discord]
izzy-loadingv11 β Loading Screen for FiveM
π¦ Overview
* Full-screen custom UI while you join the server
* Real load percentage β synced with FiveM loadProgress
* Mouse cursor enabled (loadscreen_cursor) β you can browse the menu while loading
* Manual shutdown mode (loadscreen_manual_shutdown) β closes when the server is ready
* All settings in html/scripts/config.js
π·οΈ Server identity (top left β branding area)
* Server logo + main name (settings.name β e.g. IZZY SHOP)
* Subtitle / tagline (settings.role β e.g. Roleplay)
* Discord, X, TikTok, LinkedIn, Instagram icons β shown only if the link is in config
* Clicks open the link in your browser
πΌοΈ Background
* 4 styles: image, video, youtube, fivemanage
* Static image, local video, YouTube embed, or FiveManage CDN video
* In FiveManage mode: image first, then video when ready; if video fails, image stays
π§ Top menu (5 tabs)
* Gallery β server photos, scroll, click for full preview
* Team β members with photo, name, role, Discord @ username
* Games β mini-games while you wait (iframe; up to 6 slots in config)
* Media β Discord / TikTok / web cards with title, description, and link
* Shortcuts β on-screen keyboard; hover W, TAB, SHIFT, N, F1, Space for hints
* βClick and reviewβ β hides the top bar for a cleaner full view of each section
π΅ Music player
* Music and Playlist tabs
* Playlists and local MP3 tracks from config (title, artist, cover art)
* Play / pause, previous / next track
* Progress bar β drag to seek
* Volume slider
* Add to favorites β saved in your browser; Favorites playlist
* When a track ends, the next one starts automatically
π Loading bar
* βLoading..β text + percentage counter
* Updates with real progress as server files load
π Language
* locales table β English (en) strings included
* Pick language via settings.locale; add a tr block (or others) in locales for Turkish
* Menu labels, tab titles, and music player text come from that table
π οΈ Setup (server owners)
* html/scripts/config.js β name, background, gallery, team, games, media, shortcuts, playlist
* client.lua β uncomment ShutdownLoadingScreenNui() after spawn when using manual shutdown
* server.cfg: setr sv_showBusySpinnerOnLoadingScreen false β hides the default GTA spinner
* Assets under html/imgs/, music under html/musics/ (or paths in config)
* /assetpacks dependency listed in fxmanifest.lua