Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.33 KB

README.md

File metadata and controls

44 lines (39 loc) · 1.33 KB

xt-porchpirate


Features:

  • Steal packages from houses around the city
  • Global state to sync locations across players
  • Performant usage of Renewed-Lib to ensure proper creation and removal of props within a distance
  • Random chance package blows up when stolen
  • Receive random loot from packages when opened
  • Forced anim loops to force players to carry the boxes when they are holding them. Shows prop model as well

Install

  • Add item to ox_inventory
["stolen_package"] = {
    label = "Stolen Package",
    weight = 100,
    stack = false,
    close = false,
    description = "Could be valuable?",
    client = {
        usetime = 3000,
    },
    server = {
        export = 'xt-porchpirate.stolen_package'
    }
},

Dependencies:

Supported Frameworks:

  • 🟩 | QB / QBX
  • 🟩 | ESX
  • 🟩 | OX
  • 🟩 | ND