FAQ
How 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-scenarios
There are separate config files for each heist in config/scenarios.
How to do localization — https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-heistpack/faq#how-to-do-localization
A detailed description is available: Editing localization files
How can I integrate my inventory ? — https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-heistpack/faq#how-can-i-integrate-my-inventory
Check modules/inventory/server.lua and follow the inventory documentation.
How can i integrate my target script ? — https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-heistpack/faq#how-can-i-integrate-my-target-script
Check modules/target/client.lua and follow the target documentation.
How can I edit Utils functions? — https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-heistpack/faq#how-can-i-edit-utils-functions
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.luafor client-side utilitiesmodules/utils/server.luafor server-side utilities

