Installation
Install and start ares_hydraulics.
Requirements
Setup
ensure ares-core
ensure ares_hydraulicsAdd the item (only if you require it)
INSERT INTO `items` (`name`, `label`, `weight`, `stack`, `close`, `description`)
VALUES ('hydraulic_kit', 'Hydraulic Kit', 50, true, true, 'Install hydraulics on lowriders');['hydraulic_kit'] = {
['name'] = 'hydraulic_kit',
['label'] = 'Hydraulic Kit',
['weight'] = 50,
['type'] = 'item',
['image'] = 'hydraulic_kit.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['description'] = 'Install hydraulics on lowriders'
}Last updated