Giter VIP home page Giter VIP logo

clothing-bag's Introduction

Clothing Bag for QBCore Framework

FORKED FROM https://github.com/MT-Scripts/mt-clothingbag ONLY CHANGE DONE WAS JOB

The Clothing Bag is a custom FiveM resource designed for servers using the QBCore framework. It allows players to access a portable clothing menu through an in-game item, enabling on-the-go outfit changes.

Preview and Installation https://youtu.be/kPPXrcbwe-Y

Team Discord https://discord.gg/SBFqayCwbM

Features

  • Portable Clothing Access: Players can change their outfits anywhere by using the clothing bag item.
  • Whitelisted Jobs: Restricts usage to specific jobs, enhancing roleplay elements for jobs like police, EMS, or any custom jobs.
  • Easy Integration: Seamlessly integrates with QBCore's existing inventory and clothing systems.

Installation

  1. Download the Resource: Clone this repository or download the ZIP file and extract it into your server's resources folder.

  2. Add to Server.cfg: Ensure the resource is started after qb-core and any dependencies in your server.cfg:

    ensure qb-core
    ensure brave-clothingbag
    
  3. Import Items: Add the clothing_bag item to your QBCore's shared.lua or equivalent item database file. See the Setup section for details.

  4. Restart the Server: After adding the resource and configuring the item, restart your server or use the refresh and ensure commands for the changes to take effect.

Setup

Adding the Clothing Bag Item

Add the following entry to your QBCore item database, typically found in shared.lua:

['clothing_bag'] = {["name"] = "clothing_bag", ["label"] = "Clothing Bag", ["weight"] = 500, ["type"] = "item", ["image"] = "clothing_bag.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = "A bag to change your clothes on the go."}

clothing-bag's People

Contributors

brave-developments avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

lumo073

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.