Skip to Content
R3 ServicesmanagerInstallation

Installation

This guide will help you install the latest version of r3_servicesmanager.

Download the latest release  of r3_servicesmanager

Make sure to download r3_servicesmanager.zip and open it, then proceed to copy the r3_servicesmanager folder to your server’s resources folder so that the folder layout looks like the following.

    • server.cfg

If you want to keep your resources folder organised, you can also place r3_servicesmanager in any subfolder of the resources folder as long as the folder name is surrounded by [square brackets].

Edit your server configuration

  1. Open your server configuration file  (usually called server.cfg)

  2. Add start r3_servicesmanager to the resource list below your framework’s core resource (es_extended, qbx_core, etc.).

server.cfg
start r3_servicesmanager

Make sure to place this before any scripts that make use of the services manager. It is recommended to start it as one of the first scripts in your startup, as it will register the included providers as soon as their resources start.

Ideally, any resource that registers providers within the services manager should start before all the resources that retrieve providers.

Last updated on