Installation
Steps to install the script
Step 1 : Configuring Items
['scrapmetal'] = {
label = 'Ferraille',
weight = 30,
stack = true,
close = false,
description = 'Ferraille'
},
['iron'] = {
label = 'Fer',
weight = 30,
stack = true,
close = false,
description = 'Fer'
},
['copper'] = {
label = 'Cuivre',
weight = 30,
stack = true,
close = false,
description = 'Cuivre'
},
['steel'] = {
label = 'Acier',
weight = 30,
stack = true,
close = false,
description = 'Acier'
},
['plastic'] = {
label = 'Plastique',
weight = 30,
stack = true,
close = false,
description = 'Plastique'
},
['rubber'] = {
label = 'Caoutchouc',
weight = 30,
stack = true,
close = false,
description = 'Caoutchouc'
},
['aluminium'] = {
label = 'Aluminium',
weight = 30,
stack = true,
close = false,
description = 'Aluminium'
},
['gunpowder'] = {
label = 'Poudre Γ canon',
weight = 30,
stack = true,
close = false,
description = 'Poudre Γ canon'
},Step 2 : Adding Images
Everything is set, let's move on to configuring the script.
Last updated