Installation

Installation guide and fundamental concepts of crm-core.

circle-info

crm-core is a free resource, included with any package you buy from our store. You only need to install it once, and it serves as the foundation for all your scripts. It's essential to ensure you have the latest version for optimal performance.

1. Download Resource

To begin, download your recently purchased resource from our storearrow-up-right

To do this, log in to your cfx portalarrow-up-right account and navigate to the 'Asset Grants' section, where you will find your owned resources.

2. Dependencies

Download and install the following dependencies:

chevron-rightox_libarrow-up-righthashtag

A FiveM library and resource implementing reusable modules, methods, and UI elements.

chevron-rightoxmysqlarrow-up-righthashtag

A FiveM resource to communicate with a MySQL database using node-mysql2.

3. Asset Arrangement

Inside your FiveM resources directory, create a new folder named:

resources/
└── [crm-scripts]/

Place the crm-core package inside the newly created folder:

If you have purchased any additional CoreM scripts, place them in the same folder:

In your server.cfg, you must:

  1. Ensure crm-core first

  2. Then ensure the entire [crm-scripts] folder

triangle-exclamation

Last updated