JJM Modifications

Installation

Step-by-step guide to installing JM-Pimping on your FiveM server.

Follow these steps to get JM-Pimping running on your server.

1. Download the Resource#

The recommended method is through the CFX Portal:

  1. Visit portal.cfx.re and search for JM-Pimping.
  2. Subscribe to the resource — it will be linked to your Keymaster account.
  3. In your txAdmin panel go to Resources → Installed Resources, find JM-Pimping, and click Install.

Alternatively, download the ZIP from the portal and extract it into your server's resources folder.

2. Import the Database#

Import the included SQL file to create the reputation table:

mysql -u username -p database_name < resources/JM-Pimping/SQL/player_escort.sql

Or open SQL/player_escort.sql in phpMyAdmin or HeidiSQL and run it there.

Note

Make sure oxmysql is configured with the correct connection string before starting the resource.

3. Add to server.cfg#

Add the following line after your core dependencies:

ensure JM-Pimping

A typical dependency order looks like this:

ensure qb-coreensure oxmysqlensure qb-menuensure JM-Pimping

4. Configure the Resource#

Open config.lua and adjust the settings to match your server. See the Configuration page for a full reference.

5. Start and Verify#

  1. Restart your server (or run refresh then start JM-Pimping in the console).
  2. Join the server and open the F8 console — check for any startup errors.
  3. Pink blips should appear on the map at each configured pickup location.
  4. Walk up to a blip and press E to request a client.
Tip

Run /testnotifs in-game after starting the resource to verify your chosen notification system is working correctly.