🌅
Morningstar Productions
  • Home
  • Free Resources
    • 🗞️News Job
      • 📄Installation
    • 🚗Rentals
      • 📄Installation
    • 💣Car Bomb
      • 📄Installation
    • 🤸Gym
      • 📄Installation
    • 🌃Night Vision Goggles
      • 📄Installation
    • ♠️Casino
      • 📄Installation
  • Paid Resources
    • 👨‍🔧Vin Chopping
      • 📄Installation
    • 😈Fence Selling
      • 📄Installation
    • 🃏Tarot Cards
      • 📄Installation
    • 🏢Motel
      • 📄Installation
  • Archived Resources
    • 🔊Vehicle Audio
      • 📄Installation
    • 🛻Import Vehicles
      • 📄Installation
    • 💾Crypto
      • 📄Installation
Powered by GitBook
On this page
  • For Qbox Project:
  • Inventory
  • Multicharacter / Spawning
  1. Paid Resources
  2. Motel

Installation

For Qbox Project:

Replace your playerData.metadata.insidewith the following:

    playerData.metadata.inside = playerData.metadata.inside or {
        house = nil,
        apartment = {
            apartmentType = nil,
            apartmentId = nil,
        },
        motel = {
            motel = nil,
            room = nil
        }
    }

Inventory

Add this to ox_inventory/data/items.lua

    ['motel_key'] = {
        label = "Motel Key",
        weight = 1,
        stack = false,
        close = true
    }

Multicharacter / Spawning

Coming Soon

PreviousMotelNextVehicle Audio

Last updated 2 months ago

🏢
📄