Installation

Prerequisites

Downloading:

Download the utility library from one of our platforms:

Customising:

  • Set your framework choice under config.frameworkto boii_core.

  • Set your UI choices under config.ui to boii_ui for all options.

Any other changes to the configs you wish to make can also be made.

Installing:

  • Add the boii_utils resource into your server resources.

  • Add ensure boii_utils into your server.cfg making sure it is placed before any resource using it as a dependency.

Script Installation

Customisation:

  • Customise server/config.lua to suite your requirements.

  • Customise server/language/en.lua to suite your requirements, or create a new language file and start your translation from the fxmanifest.lua.

  • Customise the :root section at the TOP of html/css/styles.css to modify the colours used. To modify any more you have to experiment with the CSS (you can live preview this by opening the provided html file within a browser).

Installation:

  • Drag and drop boii_chat into your server resources.

  • IMPORTANT Add ensure boii_chat into your server.cfg ensuring it is placed after boii_utils.

  • If you have any problems with framework related actions then ensure boii_chat is also placed below your core folder (this should not be required anymore due to recent utils updates however if have issues its worth doing).

Restart Server:

  • Once you have completed the steps above you are ready to restart your server and the resource should be running correctly.

Last updated