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

Backup script

Take a backup of your script resource. We recommend doing this by creating a ZIP file of the brnx-cinemasystem folder.

2

Delete old script

Delete the old brnx-cinemasystem resource from your server.

3

Configure

If you have made any changes to the config files, make sure to reapply them. Unless stated otherwise at the end of the patch notes, you can copy the entire config folder.

Last updated