๐งพAdding tables
Adding more crafting tables is easy !
To start adding crafting tables you need to open shared/craftingbenches.lua.
Copy the first entry and edit it as you like it. If the value has ? then it is optional
coords:
vector4
model?:
string
shared:
bool
If set to true then all the players can check what is being crafted and cancel or get the items that are crafted
near:
table
enabled:
bool
maxDistance:
number
If enabled is set to true then the player needs to be in the defined distance for the items to craft
blip?:
table
label:
string
id:
number
colour:
number
scale:
number
job?:
table
jobName:
string
minJobGrade:
number
recipes:
table
recipe:
table
level:
number
title:
string
description:
string
requiredItems:
table
name:
string
count:
number
giveItem:
table
name:
string
count:
number
time:
number
giveXp?:
number
Last updated