FAQ
How can I change the settings of the jobs?
There are separate config files for each job: escrow/jobs/<job_name>/config.lua.
Detailed explanations are available on this page:
https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-illegalpack/faq#how-can-i-change-the-settings-of-the-jobs
How to do localization
A detailed description is available: Editing localization files
https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-illegalpack/faq#how-to-do-localization
How can I integrate my inventory ?
Check modules/inventory/server.lua and follow the inventory documentation.
https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-illegalpack/faq#how-can-i-integrate-my-inventory
How can i integrate my target script ?
Check modules/target/client.lua and follow the target documentation.
https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-illegalpack/faq#how-can-i-integrate-my-target-script
How can I edit Utils functions?
You can integrate or edit functions according to your server, for example:
Police alert
Notify
Progressbar
Skillbar
etc.
Check modules/utils/client.lua and modules/utils/server.lua for other things.
https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-illegalpack/faq#how-can-i-edit-utils-functions
Where are the config files?
There are separate config files for each job: escrow/jobs/<job_name>/config.lua. The main config file is 0r-illegalpack/config.lua — you need to make some minor edits here.
https://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-illegalpack/faq#where-are-the-config-files

