Origen Network Store
  • 👋Welcome to Origen Network Store
  • 🆘¿You need help?
  • ❓FAQS
  • 👮Origen Police
    • ⚠️Dependencies
    • 🔧Installation
      • SQL
      • Pma-Voice
    • 📙Guide of Use
      • 💻Police CAD
        • Dispatch
        • Citizen Search
        • Reports
        • Vehicles
        • Criminal Code
        • Search and Capture
        • Debtors
        • Federal Management
        • Agent Management
        • Security Cameras
        • Radio
        • Time Control
        • Operations
      • 📄Interaction Menu
      • 📹Vehicle Radar
      • 🚔Sirens System
      • 🔦Evidence System
      • 🎛️Mini Dispatch
      • 🚁Helicopter Camera
      • 🪪Badges
      • ⛓️Federal System
      • 🔫Holster
      • 🐕K9 Dog
    • ❓Frequent Questions
    • ⚙️Configuration
      • Framework
      • Armoury
      • Commands
      • Confiscate
      • Evidences
      • Federal
      • Holster
      • K9
      • Licenses
      • Markers
      • Names
      • Outfits
      • Permissions
      • Props
      • Radio
      • Vehicles
    • #️⃣Exports
      • Client Exports
      • Server Exports
  • 📻Origen Radio
    • ⚠️Dependencies
    • 🔧Installation
      • SQL
      • Pma-Voice
    • ⚙️Configuration
  • 🛠️Origen Admin
    • ⚠️Dependencies
    • 🔧Installation
      • SQL
  • 🏎️Origen Races
    • ⚠️Dependencies
    • 🔧Installation
      • SQL
    • #️⃣Exports
      • Client Exports
  • 🔫Origen Ilegal
    • ⚠️Dependencies
    • 🔧Installation
      • SQL
      • qb-inventory
    • 💬Commands
    • ♻️Exports
  • 🏚️Origen Housing
    • ⚠️Dependencies
    • 🔧Installation
      • SQL
    • ⚙️API
      • Exports
      • Hooks
      • Events
      • Scripts Support
        • 📱LB-Phone
  • 🚙Origen Parking
    • ⚠️Dependencies
    • 🔧Installation
      • QBCore SQL
      • ESX SQL
    • ⚙️Configuration
    • ♻️Exports
  • 💼origen_inventory
    • ⚠️Dependencies
    • 🔧Installation
      • SQL
    • ⛏️Scripts Support
      • 📱LB Phone
        • 2️From v2.1.14
      • 🏨QB Apartments
      • 🔫QB-Weapons
      • 🔨Jobs creator (Jaksam)
    • ♻️Exports
      • 🛥️Client Exports
      • ⚓Server
        • Hooks
    • How to
  • 🕵️‍♂️origen_hostage
    • 🔧Installation
  • 👷‍♂️Origen Masterjob
    • 🔧Installation
      • SQL
      • qb-inventory
      • qs-inventory
      • ox_inventory
    • ♻️Exports
  • QBCORE
    • 🍔origen_hud
      • ❔¿What is origen_hud?
      • 🔧Installations origen_hud
      • ❓FAQS origen_hud
    • 💬origen_notify
      • ❔¿What is origen_notify?
      • 🔧Installations origen_notify
      • ❓FAQS origen_notify
        • 🥬Snippets origen_notify
    • ⏸️origen_pausemenu
      • ❔¿What is origen_pausemenu?
      • 🔧Installations origen_pausemenu
      • ❓FAQS origen_pausemenu
      • 🔑EXPORTS origen_pausemenu
    • 🥷origen_blackmarket
      • ❔¿What is origen_blackmarket?
      • 🔧Installations origen_blackmarket
      • ❓FAQS origen_blackmarket
      • 🥬Snippets origen_blackmarket
    • 🧑‍🤝‍🧑origen_titlemenu
      • ❔¿What is origen_titlemenu?
      • 🔧Installations origen_titlemenu
      • ❓FAQS origen_titlemenu
      • 🥬Snippets origen_titles (soon)
    • 🚗origen_importheist
      • ❔¿What is origen_importheist?
      • 🔧Installations origen_importheist
      • ❓FAQS origen_importheist
      • 🥬Snippets origen_importheist (soon)
  • ESX
    • 🍔origen_hud
      • ❔¿What is origen_hud?
      • 🔧Installations origen_hud
      • ❓FAQS origen_hud
    • 💬origen_notify
      • ❔¿What is origen_notify?
      • 🔧Installations origen_notify
      • ❓FAQS origen_notify
      • 🥬Snippets origen_notify
    • ⏸️origen_pausemenu
      • ❔¿What is origen_pausemenu?
      • 🔧Installations origen_pausemenu
      • ❓FAQS origen_pausemenu
      • 🔑EXPORTS origen_pausemenu
    • 🧑‍🤝‍🧑origen_titlemenu
      • ❔¿What is origen_titlemenu?
      • 🔧Installations origen_titlemenu
      • ❓FAQS origen_titlemenu
      • 🥬Snippets origen_titles (soon)
    • 🚗origen_importheist
      • ❔¿What is origen_importheist?
      • 🔧Installations origen_importheist
      • ❓FAQS origen_importheist
      • 🥬Snippets origen_importheist (soon)
Powered by GitBook
On this page
  1. Origen Ilegal

Installation

Follow these steps to ensure the script works correctly.

PreviousDependenciesNextSQL

Last updated 3 months ago

  • Ensure that you have all and that they start before the origen_ilegal

  • Copy the origen_ilegal to its resource folder and start it in the server.cfg

  • Modify the file pma-voice/client/init/main.lua and insert the following at the end of the file

exports("toggleVoice", toggleVoice)
exports("playerTargets", playerTargets)
  • Modify the file bob74_ipl/dlc_bikers/weed.lua, on line 523, replace the entire LoadDefault function with the following

LoadDefault = function()
    BikerWeedFarm.Ipl.Interior.Load()
    BikerWeedFarm.Style.Set(BikerWeedFarm.Style.basic)
    BikerWeedFarm.Security.Set(BikerWeedFarm.Security.basic)
    BikerWeedFarm.Details.Enable(BikerWeedFarm.Details.drying, false)
    BikerWeedFarm.Details.Enable(BikerWeedFarm.Details.chairs, true)
    BikerWeedFarm.Details.Enable(BikerWeedFarm.Details.production, false)
    BikerWeedFarm.Details.Enable(BikerWeedFarm.Details.fans, false)
    
    BikerWeedFarm.Plant1.Clear()
    BikerWeedFarm.Plant2.Clear()
    BikerWeedFarm.Plant3.Clear()
    BikerWeedFarm.Plant4.Clear()
    BikerWeedFarm.Plant5.Clear()
    BikerWeedFarm.Plant6.Clear()
    BikerWeedFarm.Plant7.Clear()
    BikerWeedFarm.Plant8.Clear()
    BikerWeedFarm.Plant9.Clear()

    RefreshInterior(BikerWeedFarm.interiorId)
end
  • Insert the items from the items.lua file according to your inventory

  • Restart the server

  • Copy the origen_ilegal to its resource folder and start it in the server.cfg

  • Modify the file pma-voice/client/init/main.lua and insert the following at the end of the file

exports("toggleVoice", toggleVoice)
exports("playerTargets", playerTargets)
  • Modify the file bob74_ipl/dlc_bikers/weed.lua, on line 523, replace the entire LoadDefault function with the following

LoadDefault = function()
    BikerWeedFarm.Ipl.Interior.Load()
    BikerWeedFarm.Style.Set(BikerWeedFarm.Style.basic)
    BikerWeedFarm.Security.Set(BikerWeedFarm.Security.basic)
    BikerWeedFarm.Details.Enable(BikerWeedFarm.Details.drying, false)
    BikerWeedFarm.Details.Enable(BikerWeedFarm.Details.chairs, true)
    BikerWeedFarm.Details.Enable(BikerWeedFarm.Details.production, false)
    BikerWeedFarm.Details.Enable(BikerWeedFarm.Details.fans, false)
    
    BikerWeedFarm.Plant1.Clear()
    BikerWeedFarm.Plant2.Clear()
    BikerWeedFarm.Plant3.Clear()
    BikerWeedFarm.Plant4.Clear()
    BikerWeedFarm.Plant5.Clear()
    BikerWeedFarm.Plant6.Clear()
    BikerWeedFarm.Plant7.Clear()
    BikerWeedFarm.Plant8.Clear()
    BikerWeedFarm.Plant9.Clear()

    RefreshInterior(BikerWeedFarm.interiorId)
end
  • Insert the items from the items.lua file according to your inventory

  • Restart the server

Execute the following in your database.

ONLY QB-INVENTORY

Ensure that you have all and that they start before the origen_ilegal

Execute the following in your database.

🔫
🔧
dependencies
query
follow these instructions
dependencies
query