MrNewbScripts
My DiscordSee The StoreCommunity_BridgeGithub
  • MOTD
  • MrNewbVehicleKeys
    • Install
      • Framework
        • esx
        • qb-core
        • qbox
      • inventory
        • ๐Ÿ‚ox_inventory
        • qb-inventory
        • qb-inventoryv2
        • origen_inventory
        • ps-inventory
        • jpr-inventory
        • qs-inventory
      • Inventory Images
    • Exports
      • Server Exports
      • Client Exports
    • Backwards Events
      • Client Events
      • Server Events
    • FAQ
    • Commands
    • Snippet Examples
      • qb-vehicleshop
      • qb-garages
      • Common qb-core Snippets
  • MrNewbBeeKeeping
    • Install
      • Frameworks
        • qb-core
        • qbox
        • ESX
      • Inventory Images
      • Inventory
        • ๐Ÿ‚ox_inventory
  • MrNewbPrescriptions
    • Install
      • Framework
        • qb-core
        • qbox
        • ESX
      • inventory
        • ๐Ÿ‚ox inventory
        • qs-inventory
        • qb-inventory V1
        • qb-inventory v2
      • Inventory Images
    • Exports
      • Server Exports
      • Client Exports
    • Snippet Examples
      • qb-drugs
      • qbx_ambulancejob
    • FAQ
  • MrNewbPlateCarriers
    • Install
      • Framework
        • qb-core
        • qbox
        • ESX
      • inventory
        • ๐Ÿ‚ox_inventory
        • qb-inventoryv2
      • Inventory Images
    • Exports
      • Server Exports
  • MrNewbCustomPlates
    • Install
      • Framework
        • qb-core
        • qbox
        • ESX
      • inventory
        • ox_inventory Steps
      • Inventory Images
  • MrNewbNameChanger
    • Install
      • Frameworks
        • qb-core
        • qbox
        • ESX
      • Inventory
        • ๐Ÿ‚ox_inventory
        • ps-inventory
        • qb-inventoryv2
        • qb-inventory
      • Inventory Images
  • MrNewbPawn
    • Install
  • MrNewbPhoneTracker
    • Install
      • Frameworks
        • qb-core
        • qbox
        • ESX
      • Inventory Images
      • Inventory
        • ๐Ÿ‚ox_inventory
  • MrNewbWeaponTints
    • Install
      • inventory
        • ox_inventory Steps
      • Inventory Images
  • MrNewbGiftBox
    • Install
      • Framework
        • qb-core
        • qbox
        • ESX
      • inventory
        • ox_inventory Steps
      • Inventory Images
    • Exports
      • Server Exports
Powered by GitBook
On this page
  1. MrNewbPrescriptions
  2. Install
  3. inventory

qb-inventory V1

Inventory Install Steps

Previousqs-inventoryNextqb-inventory v2

Last updated 1 month ago

Add a new "case" under any of the others already listed and paste this in.

case "medicalprescription":
    return `<p><strong>Prescription: </strong><span>${itemData.info.description}</span></p>`;
case "zombix":
    return `<p><strong>Prescription: </strong><span>${itemData.info.description}</span></p>`;
case "willies":
    return `<p><strong>Prescription: </strong><span>${itemData.info.description}</span></p>`;
case "mollis":
    return `<p><strong>Prescription: </strong><span>${itemData.info.description}</span></p>`;
case "realquickioum":
    return `<p><strong>Prescription: </strong><span>${itemData.info.description}</span></p>`;
case "naptimeioum":
    return `<p><strong>Prescription: </strong><span>${itemData.info.description}</span></p>`;
case "rumaierum":
    return `<p><strong>Prescription: </strong><span>${itemData.info.description}</span></p>`;
case "stretchyioum":
    return `<p><strong>Prescription: </strong><span>${itemData.info.description}</span></p>`;
case "jimmyioum":
    return `<p><strong>Prescription: </strong><span>${itemData.info.description}</span></p>`;
case "crowlyioum":
    return `<p><strong>Prescription: </strong><span>${itemData.info.description}</span></p>`;
qb-inventory/html/js/app.js at be813ebe73287da7277f1c9589a03f7de213f976 ยท qbcore-framework/qb-inventoryGitHub
Go to this line and add this in qb-inventory/html/js/app.js
Logo