Description
A lobby intercom where a visitor walks to the panel, buzzes a unit, and the unit owner remotely grants or denies the door from anywhere on the map. Servers sell it because it turns a static apartment door into a real social gate — owners control who gets into their building, which is exactly the immersion roleplay communities pay for.
Prompt Template
You are writing a FiveM script for esextended (stable, exports getSharedObject).
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/23-apartment-intercom-buzzin.lua implements the proximity buzz on the client and a server-side owner lookup that relays a grant/deny decision…
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
- Client-side door — the visitor's client flips the lock locally, so buzzing is decorative and anyone walks in.
- Offline owner crash — no nil guard on the owner source when the unit is empty.
- Half-registered round-trip — the owner-prompt event is missing on one side, so the decision never returns.
Corrective re-prompt: "The door must only open when the SERVER receives the owner's decision and confirms the caller is the unit owner. Add a nil-owner branch that denies the buzz, and make sure every net event is registered with RegisterNetEvent on the side that listens for it."
Framework Integration
- ESX:
exports["es_extended"]:getSharedObject(); notify withESX.ShowNotification. - QBCore: swap to
exports["qb-core"]:GetCoreObject()andQBCore.Functions.Notify; resolve owners viaPlayer.PlayerData.citizenid. - QBox: identical to QBCore but prefer
exports.qbx_coregetters; door state still flips server-side only.
Profit Potential
$150–$1800/mo on Tebex (expected ~$450). [INFERRED] $50-389 script band priced against the corpus of housing/security add-ons (signal-scraper tebex_snapshot n=100, median seller $11.85K/mo); a beginner stable utility sits at the low end of the band.
Trend Signal
→ stable — corpus: housing/security<-ox_doorlock; lobby door-access control, simple and common.
Sales Angle
Sell it as the lobby-security upsell bundled beside any apartment pack — owners gate their own building. Recommended Tebex price $69.
Difficulty & Ship Time
beginner · ships in 2-4h.