QB-Core

The installation of the script is extremely easy

Here are the steps to install the script

Config = {}

Config.ServerSlots = 128

Config.Time = "" -- For those who want to translate this (example: German - Uhr ... etc) 
                 -- or leave empty if you dont want to bi displayed 

Config.ServerName = "EWONY DEVELOPMENT"
Config.ServerWeb = "https://ewony.tebex.io"
Config.ServerDisc = "https://discord.gg/8eVFPmcTMg"

Config.DefaultImage = "https://media.discordapp.net/attachments/1262461281508786206/1262461317265101041/ewony_bot_s.png?ex=6748a8b9&is=67475739&hm=08188f7b2b96102c0a68d45c40aa8f34546aa70e15ab1d98e496347d333bd4b5&=&format=webp&quality=lossless"


Config.ESC = 200
Config.PButton = 199

Config.QuitText = "Ewony Development Pause Menu"

Config.WeatherTypes = {
    ["EXTRASUNNY"] = "EXTRA SUNNY",
    ["CLEAR"] = "CLEAR",
    ["CLOUDS"] = "CLOUDY",
    ["SMOG"] = "SMOGGY",
    ["FOGGY"] = "FOGGY",
    ["OVERCAST"] = "OVERCAST",
    ["RAIN"] = "RAINY",
    ["THUNDER"] = "THUNDERSTORM",
    ["CLEARING"] = "CLEARING",
    ["NEUTRAL"] = "NEUTRAL",
    ["SNOW"] = "SNOWY",
    ["BLIZZARD"] = "BLIZZARD",
    ["SNOWLIGHT"] = "LIGHT SNOW",
    ["XMAS"] = "CHRISTMAS",
    ["HALLOWEEN"] = "HALLOWEEN"
}

Config.Debug = true

Last updated