Installation

Installation guide and fundamental concepts of crm-core.

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 store

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

2. Dependencies

Download and install the following dependencies:

ox_lib

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

oxmysql

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

Last updated