A QBCore script for GTA V Roleplay that adds immersive hooker interactions. Players can visit a Pimp to find a hooker, pick them up, and engage in services within a vehicle.
- Pimp NPC: Locate a Pimp to get a random hooker location.
- Dynamic Spawning: Hookers spawn at configurable locations.
- Vehicle Interaction: Services (Blowjob, Sex) are only available when in a vehicle.
- Privacy Check: Integrated ped detection ensures you are in a private area before services can be offered (configurable radius).
- Animations: synced animations for both player and hooker.
- Stress Relief: Services relieve stress.
- Configurable UI: Support for multiple TextUI systems (
arp,qb,ox,cd). - Dispatch Integration: Chance to alert police of solicitation.
- Download the resource and place it in your resources folder.
- Add
ensure gldnrmz-hookersto yourserver.cfg. - Configure
config.luato your liking.
Edit config.lua to adjust settings:
Config.DrawDistance = 3.0
Config.DrawMarker = 10.0
Config.PedDetectionRadius = 50.0 -- Radius to check for nearby peds (privacy check)
Config.TextUI = 'ox' -- Options: 'arp', 'qb', 'ox', 'cd'
Config.BlowjobPrice = 500
Config.SexPrice = 1000
-- Dispatch Configuration (See config.lua for full function examples)
Config.Dispatch = {
Pickup = { Enabled = true, Chance = 50 },
Service = { Enabled = true, Chance = 50 }
}- Go to the Pimp (location on map/config).
- Talk to the Pimp to mark a hooker on your GPS.
- Drive to the location and honk your horn to pick her up.
- Drive to a secluded spot (ensure no peds are within
Config.PedDetectionRadius). - Stop the car.
- Press [H] to tell her to leave (Always available).
- Press [E] to open services menu (Only available if area is private).
- Marfy
- GLDNRMZ