Installation Instructions

Learn how to install the resource.

1

Download the resource

Download cs-hall from your keymaster and place it in your resources folder.

2

Install cs-stream

Download cs-stream from: https://github.com/criticalscripts-shop/cs-stream

Place it in your resources folder and add the following to your server configuration file:

server.cfg
ensure cs-stream
3

Ensure the resource

Add the following to your server configuration file:

server.cfg
ensure cs-hall
4

Setup Ace permission

Add this to your server configuration so Ace admins can access the /hall command:

server.cfg
add_ace group.admin cs-hall.control allow

This check can be changed by modifying cs-hall/lntegration/server.lua.

Alternatively, read more about permissions here.

5

Configure locations

Open config.lua inside cs-hall and enable the entries for the locations you want the hall to be available.

You can find more locations in our extra-hac GitHub and in our Discord community.

6

Start the resource

Run the following commands on the server console:

FiveM Server Console
refresh
ensure cs-hall

Last updated