Groot Development
Store
  • πŸ‘‹Welcome
  • Coding Information
    • Register Key Mapping
  • ASSETS
    • πŸ•™g-duty
      • Why?
      • Installation
      • Config.lua
    • πŸ“‹g-scoreboard-V1
      • Installation
      • Config.lua
    • πŸ“‹g-scoreboardV2
      • Installation
      • Config.lua
      • Exports & Events
    • 🎁g-giftcard
      • Installation
      • Config.lua
      • Export
    • 🏑g-job-vehicle-shop
      • Installation
      • βš™οΈConfiguration
        • Exports
        • Create Vehicle Management Panel
        • Create Vehicle Shops
    • πŸ’―g-redeem-code
      • πŸ—’οΈFeatures
      • Installation
      • β›”Note
      • βš™οΈConfiguration
        • Create New item
    • πŸ“–g-pausemenu
      • πŸ—’οΈFeatures
      • Installation
      • βš™οΈFeatures Guide
        • Info Buttons
        • socials Buttons
        • Rules
        • Organization Avatar
    • πŸ› οΈg-crafting
      • πŸ—’οΈFeatures
      • πŸ“¦Patch Details
      • Installation
      • ❔Why
      • βš”οΈExports
      • Configuration
        • How to Create New Station
        • How to Create crafting time for an item.
    • πŸ›’g-shopsV2
      • πŸ—’οΈFeatures
      • πŸ“¦Patch Details
      • Installation
      • βš”οΈExports
      • Configuration
        • How to Create New Shop
        • How to create new item
    • πŸ”§g-adv-modern-repairkit
      • πŸ—’οΈFeatures
      • πŸ“¦Patch Details
      • Installation
      • βš™οΈConfiguration
  • πŸ“–g-pausemenu-simplified
    • πŸ“¦Patch Details
    • Installation
    • ❔Why
    • Configuration
      • Git Dev Patchs
  • FREE RELEASE
    • 🎁g-starterpack-gift
      • Installation
      • Config.lua
    • πŸ‘¨β€πŸ”¬g-employee-chat-list
      • Installation
Powered by GitBook
On this page
  1. ASSETS
  2. g-crafting

Why

Last updated 28 days ago

  • Certain table props may not spawn due to your game's build version. You can find available GTA table props here:

  • Why aren't ingredients being removed from the inventory? With our new update, you need to set remove = true for the item. For more information, please check the .

  • how the crafting system works - For example, to craft a weapon_pistol, you need 6 water and 4 Iron. To craft 10 Weapon Pistols, you need 60 Water and 40 Iron

  • Why menu opening even i dont have correct job or gang

    If both a gang and a job are configured for this crafting station (e.g., "vagos" as a gang and "police" as a job), the menu will open if the player has either the matching gang or job.

    So if your character is in the "vagos" gang but has the "unemployed" job, or is a "police" officer with no gang, they can still access the menu β€” because one of the conditions is met.

Why is the menu opening even when I don’t have the correct job or gang?

If both a gang and a job are configured for this crafting station (e.g., "vagos" as a gang and "police" as a job), the menu currently opens if the player has either the correct gang or the correct job. So, if your character is in the "vagos" gang but has the "unemployed" job, or is a "police" officer with no gang, they can still access the menu β€” because one of the conditions is met.

πŸ› οΈ
❔
https://forge.plebmasters.de/objects?search=tables
configuration