Installing the Resource
Guide to install our Gang System
territory_hud_position = "bottom-right",PlayerData.metadata['territory_hud_position'] = PlayerData.metadata['territory_hud_position'] or "bottom-right"['gang_laptop'] = {
label = 'Gang Laptop',
weight = 115,
client = {
image = "laptop_prog.png"
},
},
['empty_plastic_bags'] = {
label = "Empty Plastic Bags",
description = "A box of empty plastic bags",
weight = 115,
stack = true,
client = {
image = "empty_plastic_bag.png"
}
},
['scale'] = {
label = "Scale",
description = "A Scale used for weighing items",
weight = 115,
stack = true,
client = {
image = "scale.png"
}
},
['shrink_wrap'] = {
label = "Shrink Wrap",
description = "A roll of shrink wrap",
weight = 115,
stack = true,
client = {
image = "shrinkwrap.png"
}
},
['coca_plant'] = {
label = "Coca Plant",
weight = 115,
stack = true,
client = {
image = "coca_plant.png"
}
},
['baking_soda'] = {
label = "Baking Soda",
description = "A box of baking soda",
stack = true,
weight = 115,
client = {
image = "baking_soda.png"
}
},
['bleach'] = {
label = "Bleach",
description = "A bottle of bleach",
stack = true,
weight = 115,
client = {
image = "bleach.png"
}
},
['rat_poison'] = {
label = "Rat Poison",
description = "A bottle of rat poison",
stack = true,
weight = 115,
client = {
image = "rat_poison.png"
}
},
['raw_cocaine'] = {
label = "Raw Cocaine",
stack = true,
weight = 115,
client = {
image = "raw_cocaine.png"
}
},
['processed_cocaine_high'] = {
label = "Processed Coke [High]",
description = "A bag of processed coke of high quality",
stack = true,
weight = 115,
client = {
image = "processed_coke_high.png"
}
},
['processed_cocaine_med'] = {
label = "Processed Coke [Medium]",
description = "A bag of processed coke of medium quality",
stack = true,
weight = 115,
client = {
image = "processed_cocaine_med.png"
}
},
['processed_coke_low'] = {
label = "Processed Coke [Low]",
description = "A bag of processed coke of low quality",
stack = true,
weight = 115,
client = {
image = "processed_coke_low.png"
}
},
['bagged_coke_high'] = {
label = "Bagged Coke [High]",
description = "A bag of coke of high quality",
stack = true,
weight = 115,
client = {
image = "bagged_coke_high.png"
}
},
['bagged_coke_med'] = {
label = "Bagged Coke [Medium]",
description = "A bag of coke of medium quality",
stack = true,
weight = 115,
client = {
image = "bagged_coke_med.png"
}
},
['bagged_coke_low'] = {
label = "Bagged Coke [Low]",
description = "A bag of coke of low quality",
stack = true,
weight = 115,
client = {
image = "bagged_coke_low.png"
}
},
['coke_brick_high'] = {
label = "Coke Brick [High]",
description = "A brick of coke of high quality",
stack = true,
weight = 115,
client = {
image = ""
}
},
['coke_brick_med'] = {
label = "Coke Brick [Medium]",
description = "A brick of coke of medium quality",
stack = true,
weight = 115,
client = {
image = ""
}
},
['coke_brick_low'] = {
label = "Coke Brick [Low]",
description = "A brick of coke of low quality",
stack = true,
weight = 115,
client = {
image = "coke_brick_low.png"
}
},
['acetone'] = {
label = "Acetone",
description = "A bottle of acetone, used for making certain items",
stack = true,
weight = 115,
client = {
image = "acetone.png"
}
},
['aluminium_oxide'] = {
label = "Aluminium Oxide",
description = "A box of aluminium oxide, used for making certain items",
stack = true,
weight = 115,
client = {
image = "aluminium_oxide.png"
}
},
['mercury_fulninate'] = {
label = "Mercury Fulninate",
description = "A box of mercury fulninate, used for making certain items",
stack = true,
weight = 115,
client = {
image = "mercury_fulninate.png"
}
},
['pseudoephedrine'] = {
label = "Pseudoephedrine",
description = "A bottle of Pseudoephedrine, used for making certain items",
stack = true,
weight = 115,
client = {
image = "pseudoephedrine.png"
}
},
['tray'] = {
label = "Tray",
description = "A tray",
stack = true,
weight = 115,
client = {
image = "tray.png"
}
},
['chemical_mix'] = {
label = "Chemical Mix",
description = "A chemical mix used for making certain items",
stack = true,
weight = 115,
client = {
image = "chemical_mix.png"
}
},
['meth_crystals'] = {
label = "Meth Crystals",
description = "A bag of meth crystals",
stack = true,
weight = 115,
client = {
image = "meth_crystals.png"
}
},
['meth_brick'] = {
label = "Meth Brick",
description = "A brick of meth",
stack = true,
client = {
image = "meth_brick.png"
}
},
['bagged_meth'] = {
label = "Bagged Meth",
description = "A bag of meth",
stack = true,
client = {
image = "bagged_meth.png"
}
},Last updated