Installation

1

Install all dependencies

Download and install the following dependencies:

2

Add to server.cfg

All resources used by brnx-fiveboost need to be started before brnx-fiveboost it self. This includes your framework. Putting start brnx-fiveboost at the end of your server.cfg

// Example:

# Libs
start bs-lib

# Essentials
start framework

# Script
start brnx-fiveboost

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-fiveboost folder.

2

Delete old script

Delete the old brnx-fiveboost 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