Hey guys,
with myCrafting we want to present our newest FiveM script, which provides the possibility to craft items and weapons with or without recipes.
Features:
- You can set up weapons and items, which can be crafted.
- Multiple ways to set up a recipe:
→ Visible for everybody: Nobody needs a certain recipe item in this case. Everybody can select this recipe from the list on the left side.
→ Visible with recipe: You have to find a certain recipe item to see the recipe on the left side.
→ Invisible: You have to try different crafting ideas on your own.
→ Job restricted: You can set up receipts, which should only be displayed for a certain job (f.e. drinks for Bahama Mamas)
You can set this up individually for every recipe! - The 3x3 crafting grid allows nearly endless possibilities for different recipes.
- Beautiful crafting visualization in a clean UI with item pictures (You can add an image for every item in the html/image folder)
- You can set up all your recipes, the interface color and all messages simply through the Config.
- You can open the Crafting menu at a workbench, via control press or simply through an event from every script you want.
Showcase:
Example for a recolored crafting interface:
Example recipe:
{
label = 'Pistol .50',
item = 'weapon_pistol50',
field1 = {name = 'iron', label = 'Iron'}, -- top left
field2 = {name = 'iron', label = 'Iron'}, -- top center
field3 = {name = 'iron', label = 'Iron'}, -- top right
field4 = {name = 'copper', label = 'Copper'}, -- middle left
field5 = {name = '', label = ''}, -- middle center
field6 = {name = '', label = ''}, -- middle right
field7 = {name = 'copper', label = 'Copper'}, -- bottom left
field8 = {name = '', label = ''}, -- bottom center
field9 = {name = '', label = ''}, -- bottom right
invisible = false, -- if the item should be
requiredItem = {name = 'recipe_weapon_pistol50', label = 'Recipe for Pistol .50'}, -- is a recipe required to craft this item?
isAWeapon = true,
job = '', --
added = false,
}
Dependencies:
- ESX
As always the script is completely free to edit. So there is no enryption!
Price: 12,49€ + tax
Get it at https://luis-scripts.tebex.io/package/4380735
❤️ Feel free to check out my other scripts
myMailing
myJobsystem
myDrugs
myClothesshop
myProperties
myMapbuilder
myMultichar
myBills
EnhancedBarbershop
myATMRobbery