Git Product home page Git Product logo

mrnewbweapontints's Introduction

MrNewbWeaponTints

In this repository, you'll find a collection of weapon tints and a handy item for removing serial numbers in Ox_Inventory. These resources are provided with the intention of aiding others in their projects. It's important to note that this resource is offered for free, and I request that you refrain from selling this as a sign of respect for the collaborative spirit of the community.

ko-fi

Usage

These weapon tints offer a customizable weapon tint system for in-game use, enhancing the visual experience of weapons. Additionally, the included "Heavy File" item allows for the removal of serial numbers from weapons. With these features, server owners can not only enrich gameplay but also potentially monetize their server through enhanced customization options. To integrate this resource into your project, follow these steps:

Installation Guide

  1. Add the following items to your Ox Inventory items file:
['newbserialfile'] = { 
  label = 'Heavy File',
  stack = false,
  close = true,
  allowArmed = true,
  weight = 10,
  server = {
    export = 'MrNewbWeaponTints.newbserialfile'
  },
  consume = 0.50
},

['greentint'] = { 
  label = 'Green Weapon Tint',
  stack = false,
  close = true,
  allowArmed = true,
  weight = 10,
  server = {
    export = 'MrNewbWeaponTints.setweapontint',
    tint = 1
  }
},

['goldtint'] = { 
  label = 'Gold Weapon Tint',
  stack = false,
  close = true,
  allowArmed = true,
  weight = 10,
  server = {
    export = 'MrNewbWeaponTints.setweapontint',
    tint = 2
  }
},

['pinktint'] = { 
  label = 'Pink Weapon Tint',
  stack = false,
  close = true,
  allowArmed = true,
  weight = 10,
  server = {
    export = 'MrNewbWeaponTints.setweapontint',
    tint = 3
  }
},

['armytint'] = { 
  label = 'Army Weapon Tint',
  stack = false,
  close = true,
  allowArmed = true,
  weight = 10,
  server = {
    export = 'MrNewbWeaponTints.setweapontint',
    tint = 4
  }
},

['lspdtint'] = { 
  label = 'LSPD Weapon Tint',
  stack = false,
  close = true,
  allowArmed = true,
  weight = 10,
  server = {
    export = 'MrNewbWeaponTints.setweapontint',
    tint = 5
  }
},

['orangetint'] = { 
  label = 'Orange Weapon Tint',
  stack = false,
  close = true,
  allowArmed = true,
  weight = 10,
  server = {
    export = 'MrNewbWeaponTints.setweapontint',
    tint = 6
  }
},

['platinumtint'] = { 
  label = 'Platinum Weapon Tint',
  stack = false,
  close = true,
  allowArmed = true,
  weight = 10,
  server = {
    export = 'MrNewbWeaponTints.setweapontint',
    tint = 7
  }
},

Acknowledgments

I would like to express my gratitude to the Ox Inventory team for their contributions and for making this project possible.

Support and Community

For support or further discussions about these resources, you can join my script Discord server here. Feel free to ask questions, share ideas, or collaborate with other members of the community.

Additionally, special thanks to Decay Studios for creating the inventory icons used in this release. You can find them on Discord here. Decay Studios

If you have any questions or feedback, please don't hesitate to reach out. Enjoy customizing your inventory experience with these resources!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.