Follow these steps to get JM-Pimping running on your server.
1. Download the Resource#
The recommended method is through the CFX Portal:
- Visit portal.cfx.re and search for JM-Pimping.
- Subscribe to the resource — it will be linked to your Keymaster account.
- 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.sqlOr open SQL/player_escort.sql in phpMyAdmin or HeidiSQL and run it there.
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-PimpingA typical dependency order looks like this:
ensure qb-coreensure oxmysqlensure qb-menuensure JM-Pimping4. 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#
- Restart your server (or run
refreshthenstart JM-Pimpingin the console). - Join the server and open the F8 console — check for any startup errors.
- Pink blips should appear on the map at each configured pickup location.
- Walk up to a blip and press
Eto request a client.
Run /testnotifs in-game after starting the resource to verify your chosen notification system is working correctly.