JM-Pimping ships with eight pickup locations and seven drop-off locations. Both lists are fully editable in config.lua.
Default Pickup Locations#
| # | Coordinates | Landmark |
|---|---|---|
| 1 | -557.37, 299.24, 83.07 | Tequila Lounge |
| 2 | 300.04, -959.33, 29.42 | Near Mission Row PD |
| 3 | 145.54, -1082.57, 29.19 | Pillbox Hill |
| 4 | -402.56, -125.58, 38.53 | Car repair shop near Rockford Plaza |
| 5 | -1354.24, -139.84, 49.57 | Tennis courts on Cougar Ave, Rockford Hills |
| 6 | -1367.28, 356.71, 64.08 | Richman Hotel |
| 7 | 1981.68, 3705.83, 32.32 | Sandy Shores Hot Dog Stand |
| 8 | -37.06, -1749.18, 29.24 | Davis LTD Gas Station |
Default Drop-off Locations#
| # | Coordinates | Landmark |
|---|---|---|
| 1 | -1035.6, -2731.1, 20.1 | Top Level LSIA |
| 2 | 128.84, -207.25, 54.57 | Suburban Store on Hawick Ave |
| 3 | -1405.09, -562.24, 30.26 | Apartment across Bahama Mamas |
| 4 | -790.45, -96.54, 37.73 | Subway station near Bob Mulét's |
| 5 | -2296.08, 373.83, 174.6 | Kortz Center |
| 6 | 10.53, 548.89, 175.93 | Franklin's house, Vinewood Hills |
| 7 | 1681.2, 4820.7, 42.05 | Grapeseed Clothing Store |
Adding or Removing Locations#
Both lists use vector3 entries. Add a new line for each location you want, or delete lines you don't need:
Config.PickupLocations = { vector3(-557.37, 299.24, 83.07), -- Tequila Lounge vector3(300.04, -959.33, 29.42), -- Near Mission Row PD vector3(123.45, -678.90, 30.00), -- My custom location}Pickup locations appear as pink blips on the map. After editing, run restart JM-Pimping to apply changes.
Tip
Use your in-game coordinates (F8 console → getpos or a coords script) to find accurate positions for new spots.