[PAID] vsWorkBench

[PAID] vsWokrBench

[Description]

Our vsWorkBench system is suitable for roleplay servers who want to customise their workbench. You can customise everything here. See for yourself!

Get this Script at our Store for just 17.49 € !

Showcase

Link to the Showcase Video

Config

Config = {}
Config.Version = false -- select your esx version (true = old esx version)

Config.SName = true --if true you use your Name, if false you use your Logo | Logo has to be named "Logo.png" 
Config.ServerName = "VibeScripts" -- Server Name 

Config.OpenKey = 38 --38 default = E    Link: https://gist.github.com/KingCprey/d40f6deb8ac2949d95524448596e2f37

Config.Craften = {     
--Pic = Picture (html/img/) | Name = Item Label | Preis = Price | Benotigt = UI Text | Benotigtname = {{amount, itemname},{},{}} | Dauer = time in minute | Givename = itemname | type = item or weapon | selltype = selltype of location | moneytype = blackmoney or money
    {Pic = 'Apfelsaft', Name = '1x Water', Price = 0, Benotigt = '2x Bread', Benotigtname = {{2, 'bread'}}, Duration = '2', Givename = "water", type = "item", selltype = 1, moneytype = "money", itemgiveamount = 1},
    {Pic = 'WEAPON_SWITCHBLADE', Name = 'Klappmesser', Price = 5000, Benotigt = '1x Waffenteil', Benotigtname = {{1, 'waffenteile'}}, Duration = '15', Givename = "WEAPON_SWITCHBLADE", type = "weapon", selltype = 4, moneytype = "blackmoney", itemgiveamount = ""},
}


Config.Locations = {
    {x = 46.6592, y = -1749.6514, z = 29.6328, selltype = 1, blip = true, blipname = "Routen | Verarbeiter", blipsign = 501, blipcolor = 0}, --you can change between selltypes -> They have different Items/Weapons (see selltype in Config.Craften)
    {x = -162.2421, y = -1053.8446, z = 36.1394, selltype = 2, blip = false, blipname = "", blipsign = 0, blipcolor = 0},
}

Config.Locales = { --Translation
    ['open_notify'] = 'Press E to open the workbench',
        
    -- UI translations
    ['crafting'] = 'CRAFTING',
    ['in_progress'] = 'IN PROGRESS',
    ['collecting'] = 'DONE',
    ['object'] = 'OBJECT',
    ['name'] = 'NAME',
    ['price'] = 'PRICE',
    ['required'] = 'REQUIRED',
    ['duration'] = 'DURATION',
    ['craft'] = 'PRODUCE',
    ['collect'] = 'COLLECT',

    -- Notifications
    ['crafting_item'] = "The item is now being produced.",
    ['crafting_done'] = "You have received the finished item.",
    ['not_enough'] = 'You dont have enough items/money with you!'
}

--Marker
Config.Marker1 = 21
Config.MarkerColor = {r = 200, g = 0, b = 0}

-- Notify-Settings
Config.Notify = function(txt)
    ESX.ShowNotification(txt)
end

--Help Notify Trigger
Config.Helpnotify = function(txt)
    ESX.ShowHelpNotification(txt)
end

--Logs
Config.Webhook = ""

Config.BotName = "VibeScripts"
Config.Icon = "https://media.discordapp.net/attachments/859881113605767199/1030099909526966352/Symbol_Red.png?width=768&height=768"

CSS-Config

.logo {  /*  Here youe can change the size of your logo  */
	width: 150px;
	height: 150px;
}

.bg {
    background: linear-gradient(90deg, rgba(26, 0, 0, 0.9) 0%, rgba(44, 0, 0, 0.9) 50.5%, rgba(51, 0, 0, 0.9) 100%);   
}

.example {
    -webkit-text-stroke: 2px rgb(255, 0, 0);
    background-image: radial-gradient(circle at 50% 50%, rgb(255, 0, 0), #000 230%);
}

.roleplay {
    color: #fff;
}

.bgtitel {
    background: #ff0000;
}

#bestell2 {
    background: rgba(255, 0, 0, 0.4);
}

#bearbeiten2 {
    background: rgba(255, 0, 0, 0.4);
}

#abholung2 {
    background: rgba(255, 0, 0, 0.4);
}

#herstellen {
    background: #ff00003d;
    border-image: linear-gradient(256.87deg, #FFFFFF 0%, rgba(217, 217, 217, 0.1) 101.35%);
    border-image-slice: 1;
    color: #FFFFFF;
    
}

#herstellen:hover {
    background: #ff01018a;
    color: #ffffff;
}

.badauer {
    background: #D3D3D3;
}
.badauer2 {
    background: #ff0000;
}
 
#abholen {
    background: #ff00003d;
    border-image: linear-gradient(256.87deg, #FFFFFF 0%, rgba(217, 217, 217, 0.1) 101.35%);
    border-image-slice: 1;
    color: #FFFFFF; 
}

#abholen:hover {
    background: #ff01018a;
    color: #ffffff;
}

Optimization

  • IDLE: 0.00ms
  • Running: 0.00ms

Further Information

SHOP: vsWorkBench

This resource is using the FiveM Asset Escrow system

Code is accessible No
Subscription-based No
Lines (approximately) 900
Requirements ESX
Support Yes
11 Likes

Ui looks clean, seems like its easy to add too.

1 Like