[RELEASE][FREE] Rust Style Treasure Box

  • Hello everyone, I wanted to make and share this idea that came to my mind in the rust game I play and manage my server, adding items in this way and props in a single format for now

  • Received loot boxes are deleted, it works with rust logic, I can improve the algorithm in the future

  • As in this section, there are 2 added crates, I have added the items that can come out of it as print, you can connect it to your framework with for k,v loop, after the crates you add here are collected, blips and radius will be removed from the map
  • As DrawText, the items that can come out are written, each box has different items and you can add more than 1 item

  • I plan to add as much as I have time, I will accept the request of those who add from github and I am open to ideas, it is a product I made without profit, you can also write errors.

    {x = 241.0123, y = -1352.99, z = 29.553, items = {"apple", "water"}},
    {x = 243.8624, y = -1357.03, z = 29.552, items = {"gun", "ammo"}},
Shop on Tebex
11 Likes

Great script, thank you

1 Like

Great release, maybe we can make it breakable

1 Like

nice work bro

1 Like


why i’m open box not give me items

1 Like

According to your inventory, you need to add an item by taking it to the for loop, you adapt it, not addItem in everyone example

I work with Ox_ inventory