gta6/prompts
housing
Coreintermediatehousing

Temporary Hotel Room Rental

Pay at the hotel reception to get a private, time-limited instanced room that auto-checks-out when the timer expires.

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
~72 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-24

Description

A pay-per-stay hotel: the player pays at reception and is moved into a private instanced room for a fixed number of minutes, after which a server timer checks them out automatically. Unlike owned property this leaves no DB ownership — it is pure temporary access, ideal for new players and roleplay transients.

Prompt Template

You are writing a FiveM script for esextended (stable, exports…

🔒 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/08-hotel-rooms.lua shows the reception prompt, fade teleports, and a server handler that charges, buckets, and schedules a guarded SetTimeout…

🔒 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

  • Client-side timer — reconnecting resets a client timer and the room is kept free. Run the countdown via server SetTimeout.
  • No bucket — all renters land in the same shared room. Assign a unique routing bucket per player.
  • Unguarded checkout — firing at a disconnected src errors. Check GetPlayerName(src) before the trigger.

Integration Notes

  • The room interior is a shell — point ROOM at a real MLO/ipl you load.
  • This script holds no DB rows; if you want check-in to survive a server restart, persist the expiry and re-arm the timer on onResourceStart.
  • Declare es_extended. Test: rent a room, confirm a second renter can't see you, and verify auto-checkout returns you to the lobby after the timer.

Profit Potential

$250–$3200/mo on Tebex (expected ~$900). [INFERRED] intermediate self-contained rental at the $50-389 band center against the signal-scraper tebex corpus (median seller $11.85K/mo, n=100); a complete sellable feature with broad onboarding appeal.

Trend Signal

rising — housing systems niche-selection 3.60; corpus ox_doorlock active.

Sales Angle

Position as the instanced pay-per-stay hotel that gives transients and new players somewhere to sleep, with no database ownership to manage. Recommended Tebex price $69.

Difficulty & Ship Time

intermediate · ships in 3-5h.