Skip to content

🧤 Pickpocket

Documentation relating to the spooni_pickpocket.

1. Installation

spooni_pickpocket works Standalone.

To install spooni_pickpocket:

  • Download the resource
  • Ensure that all requirements are installed
  • Drag and drop the resource into your resources folder
    • spooni_pickpocket
  • Add this ensure in your server.cfg (after spooni_libs)
      ensure spooni_libs
      ensure spooni_pickpocket
  • Now you can configure and translate the script as you like
    • config.lua
    • language.lua
  • At the end, restart the server

If you have any problems, you can always open a ticket in the Spooni Discord.

2. Usage

Walk up to a citizen and use the game's rob/pickpocket interaction — if they're carrying something you receive random loot (items, weapons, cash or gold). A nearby witness may run off to alert the police, who get a notification and a map blip over the area. Optional integrations with spooni_police (on-duty-only alerts) and spooni_metabolism (stress/reputation) are supported.

3. For developers

Config.lua
lua
Coming soon...