Installation
1. Resource Download
You can access the resource files at the GitHub Repository embedded below. Download the resource from GitHub, as well as any dependencies, and place them within your servers resource folder.
2. Start Order
Start the resource and all dependencies in the following order in your server.cfg, always be sure to have the bridge ensured after any resource it will be detecting.
# Standalone
ensure oxmysql
ensure ox_lib
# Core
ensure FRAMEWORK
ensure INVENTORY
ensure TARGET
# r_scripts
ensure r_bridge
ensure r_communityservice3. ACE Permission
Add the following line to your server.cfg alongside the other ACEs:
# r_prison ACE
add_ace group.admin communityservice allow4. Configure Resource
Open the config.lua and modify it to your server needs. If you are using a custom framework or unsupported inventory, you can make those modifications in our bridge.
Last updated