/mtc-tripolar

A Polaroid Camera resource for QBCore or Qbox Framework, within the script we focused on usability and a clean UI.

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

tripolar

tripolar

A tripolar Camera resource for ESX framewrok, recoded by mrshortyno, within the script we focused on usability and a clean UI.

Credits

https://github.com/morethancodenl/mtc-tripolar original repo Shorty (ME) for redoing the code to ESX

🔌 Installation:

To get started with the MTC tripolar resource, follow these steps:

  1. Clone this repository and place the files into your designated resources folder.
  2. Rename the script file to mtc-tripolar.
  3. Configure the webhook in the server/main.lua file.
  4. Set up the necessary inventory items.
  5. Use the tripolar Camera with the tripolar_paper item in you're inventory.

📦 Items

You can find the images for the items mentioned below in the images directory.

ox_inventory

["tripolar_camera"] = {
    label = "tripolar camera",
    weight = 5000,
    stack = false,
    close = true,
    description = "Did we just go back in time?",
    client = {
        image = "tripolar.png",
    }
},
["tripolar_paper"] = {
    label = "tripolar paper",
    weight = 10,
    stack = true,
    close = false,
    description = "Some paper",
    client = {
        image = "photo.png",
    }
},
["tripolar"] = {
    label = "tripolar image",
    weight = 10,
    stack = false,
    close = true,
    description = "Cool image bro",
    client = {
        image = "photo.png",
        export = "mtc-tripolar.showitem"
    }
},

👉 Join our community

Discord