gta6/prompts
casino
Vaultintermediatecasino

Casino Bingo Hall

ESX/QBCore/QBox multiplayer bingo with a server-held card, a shared timed ball draw broadcast to all, and server-validated line/full-house wins.

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

Description

A multiplayer bingo hall where players buy a 25-number card, the server draws shared balls on a timer and broadcasts each to the whole room, and a claimed line or full house is validated against the server-held card before paying. Servers buy it because it's a social event sink for community nights, with the card and win check locked server-side.

Prompt Template

You are writing a FiveM resource 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/casino/27-casino-bingo-hall.lua implements card purchase, a shuffled server-held card, a 5s shared ball draw broadcast to -1, and server-side mark…

πŸ”’ 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-trusted card β€” Claude tracks the card and counts marks on the client and trusts the claim; keep the card, draw and win check server-side.
  • Ball not broadcast β€” sending the drawn ball only to the drawing player desyncs the hall; TriggerClientEvent('bingo:ballDrawn', -1, n) to everyone.
  • One-sided net event β€” defining bingo:claimResult on only one side breaks the claim round-trip; both sides need RegisterNetEvent + AddEventHandler.

Corrective re-prompt: Hold every card in server.lua keyed by source and count the marked numbers server-side on a claim; the client only renders what the server sends. Broadcast each drawn ball with TriggerClientEvent('bingo:ballDrawn', -1, n), and define every round-trip event with RegisterNetEvent + AddEventHandler on both sides. Clear cards on playerDropped.

Framework Integration

  • ESX: exports['es_extended']:getSharedObject(), then xPlayer.getMoney() / removeMoney / addMoney for the card price and the line/house payout.
  • QBCore: swap to exports['qb-core']:GetCoreObject() and use Player.Functions.RemoveMoney('cash', CardPrice) / AddMoney('cash', pay) off QBCore.Functions.GetPlayer(src).
  • QBox: use exports.qbx_core:GetPlayer(src) with the shared player.Functions.AddMoney/RemoveMoney; identical server-authoritative flow.

Profit Potential

$150–$2000/mo on Tebex (expected ~$600). [INFERRED] priced inside the $50-389 FiveM script band against a stable social-multiplayer niche; corpus median seller $11.85K/mo (signal-scraper tebex_snapshot n=100).

Trend Signal

β†’ stable β€” inferred: Domain: social multiplayer for community servers, stable niche.

Sales Angle

Sell it as a social event anchor for community servers β€” a shared draw that fills a room. Recommended Tebex price $109.

Difficulty & Ship Time

intermediate Β· ships in 1 day.