gta6/prompts
housing
Vaultbeginnerhousing

Apartment Intercom Buzz-In

ESX intercom where a visitor buzzes a unit and the server relays a grant/deny decision from the owner to flip the lobby door.

NON-TESTÉ — the reference Lua is syntax-validated, not run in a live FiveM server. Adapt and test on your own dev server before shipping.
Est. Lua
~69 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

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).

🔒 Eyes-only — locked prompt body

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.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$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…

🔒 Eyes-only — locked prompt body

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.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$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 with ESX.ShowNotification.
  • QBCore: swap to exports["qb-core"]:GetCoreObject() and QBCore.Functions.Notify; resolve owners via Player.PlayerData.citizenid.
  • QBox: identical to QBCore but prefer exports.qbx_core getters; 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.