Loadingscreen

A script by 4projects.dev

No reviews yet.
Loadingscreen main image

Price

Unknown

Full Description

:shopping_cart:Purchase V1 & V2 here: Buy for 9.99€ or 13.99€

Preview: Link

If you’re experiencing any issues, don’t worry! We’ve got you covered. Just open a ticket in our Discord, and our team will work hard to assist you.

:hammer_and_wrench: Key Features: (V1)

🡂 Change Theme Color
🡂 Change the music (add as many as you want)
🡂 Add your Discord link to see discord member counter
🡂 Edit the text on hover
🡂 Change background image
🡂 Perfect for people who likes simple designs or hosting a survival server

Config V1
_4p = {};

_4p.ServerIP = "185.254.96.35:30120";
_4p.DiscordID = "4projects";
            
_4p.ServerInfoTitle = "Ceo of 4projects";
_4p.ServerInfoText = "Tomek & Bvrtck";

_4p.DiscordLink = "discord.gg/4projects";
_4p.TeamspeakLink = "4projects.dev";

// SOUND CONFIG
_4p.soundConfig = {
    playRandom: true, 
    specificSound: 'sfx/sound1.mp3' 
};
_4p.sounds = ['sfx/sound1.mp3', 'sfx/sound2.mp3', 'sfx/sound3.mp3'];
_4p.soundVolume = 0.5;

:hammer_and_wrench: Key Features: (V2)

🡂 Supports ESX/QB
🡂 Change Theme Color
🡂 Add your Discord link to see discord member counter
🡂 Edit the text on hover
🡂 Add an annoucement
🡂 Add team member with images
🡂 Change background image
🡂 Change the characters image
🡂 Perfect for people who likes simple designs or hosting a survival server

Config V2
    ServerIP: "185.254.96.35:30120",
    DiscordID: "4projects",
    DiscordLink: "discord.gg/4projects",
    serverName: "CEO OF 4PROJECTS",
    serverDescription: "TOMEK & BVRTCK",
    TeamspeakLink: "4projects.dev",
    soundVolume: 0.5,
    soundConfig: {
        playRandom: true, 
        specificSound: 'sfx/specificSound.mp3' 
    },
    sounds: ['sfx/sound1.mp3', 'sfx/sound2.mp3', 'sfx/sound3.mp3'], 
    onlineText: "Online",
    serverName: "4projects",
    teamMembers: [
        { img: 'img/bike.png', role: 'CEO OF 4PROJECTS', name: 'TOMEK' },
        { img: 'img/man1.png', role: 'CEO OF 4PROJECTS', name: 'BVRTCK' },
    ],
    announcement: {
        img: 'img/announce.png',
        title: 'SERVER',
        subtitle: 'ANNOUNCEMENTS',
        text: 'Lorem ipsum, dolor sit amet consectetur adipisicing elit. Id ducimus quis vitae. Fugit, autem iusto velit vel illum eius blanditiis est ab et numquam fuga placeat nemo maxime aliquid cumque. Fugit, autem iusto velit vel illum eius blanditiis est ab et numquam fuga placeat nemo maxime aliquid cumque!',
        announcementImg: 'img/Frame158552.png'
    }
};```


Code is accessible 50%
Subscription-based No
Lines (approximately) 20
Requirements No
Support Yes