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).
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/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β¦
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-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:claimResulton only one side breaks the claim round-trip; both sides needRegisterNetEvent+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(), thenxPlayer.getMoney()/removeMoney/addMoneyfor the card price and the line/house payout. - QBCore: swap to
exports['qb-core']:GetCoreObject()and usePlayer.Functions.RemoveMoney('cash', CardPrice)/AddMoney('cash', pay)offQBCore.Functions.GetPlayer(src). - QBox: use
exports.qbx_core:GetPlayer(src)with the sharedplayer.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.