circle-downInstalliation

  1. Place inside the resources folder.

  2. You need to add the items in your inventory system (we added an item image you can find it in the item_images folder, add it to your inventory system).

  3. You can customize the script in the config.lua file.

Item

(We have already prepared an image in the 'item_images' folder.

OX Inventory item template

['uav'] = {
    label = 'UAV System',
    weight = 500,
    stack = true,
    close = true,
},

['counter_uav'] = {
    label = 'Counter UAV System',
    weight = 500,
    stack = true,
    close = true,
}

QB Inventory item template

Last updated