qb-strippers brings the Gabz Vanilla Unicorn MLO to life by populating it with fully animated NPC strippers using native GTA V animations. No props, no extra dependencies, no performance overhead β just plug, configure, and enjoy an immersive strip club experience on your QBCore server.
Every NPC is positioned and tuned specifically for the Gabz Vanilla Unicorn layout, covering pole stages, private dance booths, and lap dance areas.
- 8 pre-configured NPC spots covering every area of the Gabz Vanilla Unicorn MLO
- Native GTA V animations β pole dances, private dances, and dual lap dances
- Zero server impact β all spawning is handled entirely client-side
- Plug & play β works out of the box with no extra setup
- Fully customizable β add, remove, or tweak any NPC via a single config file
- Latest QBCore & FiveM standards β uses
fxmanifest.lua, modern export style
| Dependency | Link |
|---|---|
| QBCore Framework | qbcore-framework/qb-core |
| Gabz Vanilla Unicorn MLO | gabzinteriors.com |
1. Download or clone this repository:
git clone https://github.com/Anatomydotexe/qb-strippers-V2.git2. Drop the folder into your resources directory:
π resources/
βββ π [qb]/
βββ π qb-strippers/
βββ fxmanifest.lua
βββ config.lua
βββ client.lua
βββ server.lua
3. Add to your server.cfg:
ensure qb-strippers
4. Restart your server or run in console:
refresh
ensure qb-strippers
All NPC positions and animations are defined in config.lua. No code knowledge needed β just edit the table.
Config.Stripper = {
{
x = 109.05,
y = -1283.27,
z = 27.75,
heading = 212.67,
model = "a_f_y_topless_01",
dict = "mini@strip_club@lap_dance_2g@ld_2g_p2",
anims = { "ld_2g_p2_s1", "ld_2g_p2_s2" }
},
-- Add as many entries as you want
}| Field | Type | Description |
|---|---|---|
x, y, z |
float |
World coordinates where the NPC spawns |
heading |
float |
Direction the NPC faces (0β360) |
model |
string |
Ped model hash name |
dict |
string |
GTA V animation dictionary |
anims |
table |
One or more animation clips to loop |
| # | Location | Animation |
|---|---|---|
| 1 | Lap dance area | Lap Dance 2G β Stage 1 & 2 |
| 2 | Private booth | Private Dance Part 3 |
| 3 | Private booth | Private Dance Part 1 |
| 4 | Private booth | Private Dance Part 2 |
| 5 | Main pole stage | Pole Dance 2 |
| 6 | Side pole stage | Pole Dance 3 |
| 7 | Lap dance area | Lap Dance 2G Part 1 β Stage 1 & 2 |
| 8 | Main pole stage | Pole Dance 1 |
Distributed under the MIT License β free to use, modify, and redistribute. Credit is appreciated but not required.
Made for the FiveM community Β β’Β Built on QBCore