gta6/prompts
casino
Vaultintermediatecasino

Sic Bo Table

ESX/QBCore three-dice Sic Bo table with server-authoritative rolls and small/big, totals, doubles and specific-triple bets.

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

Description

A three-dice Sic Bo table for roleplay casino floors, covering small/big, exact-total, double and specific-triple bets with their classic odds. Servers sell it because it fills the Asian-floor gap most casino packs leave empty, and every roll is resolved server-side so payouts can't be gamed.

Prompt Template

Write a FiveM Sic Bo three-dice casino table for ESX (exports['esextended']: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

See content/expected-outputs/casino/19-sic-bo-table.lua β€” a client/server pair where the client handles approach, NUI bet placement and the roll anim, and the server owns the 3d6 RNG, per-bet-type…

πŸ”’ 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

  • Dice rolled client-side, letting a modified client force a triple.
  • Payout credited as stake * multiplier without removing the stake first, so a win double-counts.
  • TaskPlayAnim fires before the dict loads and silently no-ops.

Corrective re-prompt: "Move the 3d6 roll and all payout math into the server event; remove the stake before rolling and credit only stake * (multiplier + 1) on a win. Guard the roll anim with RequestAnimDict + a while not HasAnimDictLoaded(dict) do Wait(0) end loop before TaskPlayAnim."

Framework Integration

  • ESX: xPlayer.getMoney() / removeMoney / addMoney gate and settle every wager server-side.
  • QBCore: swap to QBCore.Functions.GetPlayer(src) with Player.Functions.RemoveMoney('cash', amount) and AddMoney.
  • QBox: identical to QBCore via the qbx_core exports; use exports.qbx_core:GetPlayer(src).

Profit Potential

$250–$3500/mo on Tebex (expected ~$900). [INFERRED] priced inside the $50-389 FiveM script band against the signal-scraper tebex_snapshot corpus (median seller $11.85K/mo, n=100), scaled to a rising-niche unit rate.

Trend Signal

β†— rising β€” inferred: Domain: Asian-market dice game, scarce on Tebex (rising niche).

Sales Angle

Sell it as the Asian-floor differentiator most casino bundles miss; recommended Tebex price $129.

Difficulty & Ship Time

intermediate Β· ships in 2-4h.