Installation
1
Install all dependencies
Download and install the following dependencies:
2
Add to server.cfg
All resources used by brnx-cinemasystem need to be started before brnx-cinemasystem it self. This includes your framework, oxmysql, inventory etc. Putting start brnx-cinemasystem
at the end of your server.cfg
// Example:
# Libs
start oxmysql
start PolyZone
# Essentials
start framework
start inventory
# Script
start brnx-cinemasystem
How to update
1
Last updated