Standalone
Agency-Loadingscreen Конфигурация
Экран загрузки с поддержкой видео YouTube/MP4, интерфейсом glassmorphism, чередующимися подсказками, анимациями.
v1.1.0Платно3 Страницы

01Конфигурация
Быстрая установка · config.lua · Agency-Loadingscreen
-- Universal Loading Screen Configuration
-- Edit this file to customize your loading screen
Config = {}
Locales = {}
-- Language Settings
Config.Locale = 'de' -- 24 languages included: en, de, fr, es, it, pt, pt-br, nl, pl, cs, sk, hu, ro, bg, el, ru, uk, tr, sv, da, no, fi, hr, ar (see locales/README.md)
-- Server Information (will be overridden by locales if enabled)
Config.ServerName = "AgencyRP"
Config.ServerDescription = "Unique Roleplay Experience"
-- Loading Messages (will cycle through these)
Config.LoadingMessages = {
"Loading Resources...",
"Connecting to Server...",
"Synchronizing Data...",
"Preparing Game World...",
"Loading Vehicles...",
"Loading Character Data...",
"Finalizing..."
}
-- Tips that will rotate during loading
Config.Tips = {
"Use /help to see all available commands",
"Respect other players and follow the rules",
"Use /report to report rule breakers",
"Join our Discord for updates and events",
"Use the phone to communicate with other players",
"Save your money and invest wisely",
"Explore the city and discover hidden secrets",
"Work together with others for better results"
}
-- Social Media Links (set to "#" to disable)
Config.SocialLinks = {
Discord = "https://discord.gg/EjKxd43h34", -- Your Discord invite link
Instagram = "https://www.instagram.com/agencyfivem?igsh=MjEwOTFobGRjZGNz", -- Your Instagram profile
YouTube = "https://youtube.com/@agents_of_v?si=cJgk1ysBlnCuylnK", -- Your YouTube channel
TikTok = "#" -- Your TikTok profile
}
-- Server Team Configuration
Config.ServerTeam = {
ShowTeam = true, -- Set to false to hide the server team section
Management = {
{name = "TDYSKY", role = "project_lead", icon = "👑"},
{name = "Mogo_YT", role = "deputy_lead", icon = "⭐"},
{name = "OntelMonke", role = "deputy_lead", icon = "⭐"}
},
MediaCommunity = {
{name = "kevko", role = "social_media_manager", icon = "📢"}
}
}
-- Music Player Configuration
Config.MusicPlayer = {
ShowPlayer = true, -- Set to false to hide the music player
SongTitle = "Raise 'n' Claim",
Artist = "(feat. RinoTheKidd",
Album = "TDYSKY Playlist",
CoverImage = "songpic.png", -- Image file inside the assets folder
Volume = 0.3 -- Music volume (0.0 to 1.0, where 0.3 = 30%)
}
-- Advanced Settings
Config.ProgressSpeed = {
Fast = 3, -- Initial loading speed
Normal = 2, -- Medium loading speed
Slow = 1 -- Final loading speed
}
Config.TipChangeInterval = 4000 -- Time in milliseconds between tip changes
Config.MessageChangeInterval = 2000 -- Time in milliseconds between loading message changes
Config.SafetyTimeout = 60000 -- Force-close the loading screen after this time (milliseconds)