Description
A shared-equity property mechanic: several players each buy a percentage stake in one property, and its rent income is split as dividends in proportion to holdings. The server owns the cap table, validates that total equity never exceeds 100%, and distributes income — so ownership and payouts cannot be forged. Servers sell it because it adds a genuine passive-income investment layer no key-sharing script offers.
Prompt Template
You are writing a FiveM script for QBCore (exports["qb-core"]:GetCoreObject()).
The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.
- 60 prompts + syntax-validated reference Lua
- Lifetime access — pay once
- All 510 prompts — the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates — new niches as the market moves
$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.
Expected Output
The reference Lua at content/expected-outputs/housing/15-fractional-coownership-shares.lua implements the office prompt and /buyshare on the client, and a server-held cap table that caps total equity…
The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.
- 60 prompts + syntax-validated reference Lua
- Lifetime access — pay once
- All 510 prompts — the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates — new niches as the market moves
$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.
Known Failure Modes & Corrective Prompt
- Equity over 100% — not summing the cap table before a purchase lets ownership exceed 100%. Validate the running total server-side.
- Client dividend math — computing cuts on the client off a cached share lets a player inflate or double-claim. Compute and pay on the server.
- Desynced ownership — mutating a client copy of the cap table loses stakes on reconnect. The server is the only writer.
Corrective re-prompt: Keep the cap table as the single server-side source of truth: before any "coown:buyShare" sum existing stakes and reject if total + pct > 100, then debit pctSHARE_PRICE from the bank server-side. Compute every dividend as math.floor(incomepct/100) on the server and pay via AddMoney; the client only renders "coown:capTable"/"coown:dividend".
Framework Integration
- QBCore:
exports["qb-core"]:GetCoreObject(); key the cap table onPlayer.PlayerData.citizenid,Player.Functions.RemoveMoney/AddMoney("bank", amt). - QBox:
exports.qbx_core:GetPlayer(src); persist the cap table in acoownershipSQL table viaoxmysqlso stakes survive restarts. - ESX: if ported, key on
xPlayer.identifierand usexPlayer.getAccount("bank"); this entry ships QBCore/QBox only.
Profit Potential
$250–$3500/mo on Tebex (expected ~$900). [INFERRED] priced inside the $50-389 housing-script band against the signal-scraper tebex_snapshot corpus (median seller $11.85K/mo, n=100) scaled for a rising-tier niche.
Trend Signal
↗ rising — inferred: [INFERRED] shared-equity is novel/low-saturation; an ownership stake is distinct from key-sharing access.
Sales Angle
Position as a novel investment mechanic — passive-income real-estate syndicates no competing housing pack ships. Recommended Tebex price $199.
Difficulty & Ship Time
advanced · ships in 1 day.