FAQ

chevron-rightHow can I change the settings of the scenarios? — https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-heistpack/faq#how-can-i-change-the-settings-of-the-scenarioshashtag

There are separate config files for each heist in config/scenarios.

chevron-rightHow to do localization — https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-heistpack/faq#how-to-do-localizationhashtag

A detailed description is available: Editing localization files

chevron-rightHow can I integrate my inventory ? — https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-heistpack/faq#how-can-i-integrate-my-inventoryhashtag

Check modules/inventory/server.lua and follow the inventory documentation.

chevron-rightHow can i integrate my target script ? — https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-heistpack/faq#how-can-i-integrate-my-target-scripthashtag

Check modules/target/client.lua and follow the target documentation.

chevron-rightHow can I edit Utils functions? — https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-heistpack/faq#how-can-i-edit-utils-functionshashtag

You can integrate or modify utility functions according to your server. Examples of functions you may edit:

  • Police alert

  • Notify

  • Progressbar

  • Skillbar

  • etc.

Check:

  • modules/utils/client.lua for client-side utilities

  • modules/utils/server.lua for server-side utilities

chevron-rightWhere are the config files? — https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-heistpack/faq#where-are-the-config-fileshashtag

All config files are inside the config/ folder.