gta6/prompts
casino
Vaultadvancedcasino

Fish-Shooter Arcade

QBCore/QBox fish-table arcade cabinet with a server-spawned fish pool, per-type kill multipliers and server-authoritative shot resolution in a shared arena.

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

Description

A fish-table arcade cabinet where players buy in for ammo credits and shoot server-spawned fish for per-type credit multipliers in a shared multiplayer arena. Servers buy it because the arcade-gambling fish-table format is scarce on FiveM and commands a high willingness-to-pay, with every kill and credit locked server-side.

Prompt Template

You are writing a FiveM resource for qb-core (stable, exports GetCoreObject).

πŸ”’ 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/30-fish-shooter-arcade.lua implements a buy-in credit session, a 3s server-side fish spawner broadcast to -1, and a server-rolled shot that…

πŸ”’ 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-rolled kill β€” Claude rolls the kill and credits the reward on the client; keep the fish pool, kill roll and credit math server-side.
  • Anim before load β€” the shot TaskPlayAnim no-ops unless the dict is loaded first via RequestAnimDict + while not HasAnimDictLoaded(dict) do Wait(0) end.
  • Desynced arena β€” spawning fish only on the shooter or defining fisharcade:shotResult on one side breaks the shared arena; spawn with TriggerClientEvent('fisharcade:spawn', -1, ...) and define both sides with RegisterNetEvent + AddEventHandler.

Corrective re-prompt: Hold the credit session and fish pool in server.lua keyed by source, and roll every kill server-side with the fish type's chance; the client only renders what the server sends. Broadcast spawns with TriggerClientEvent('fisharcade:spawn', -1, ...), validate and escrow the buy-in, refund the leftover balance on playerDropped. Guard the shot animation with RequestAnimDict + a HasAnimDictLoaded wait loop, and define every round-trip event with RegisterNetEvent + AddEventHandler on both sides.

Framework Integration

  • ESX: not targeted here; to port, swap to exports['es_extended']:getSharedObject() and use xPlayer.getMoney() / removeMoney / addMoney for the buy-in and refund.
  • QBCore: exports['qb-core']:GetCoreObject(), then Player.Functions.RemoveMoney('cash', credits) on buy-in and AddMoney('cash', balance) on drop, off QBCore.Functions.GetPlayer(src).
  • QBox: use exports.qbx_core:GetPlayer(src) with the shared player.Functions.RemoveMoney/AddMoney; identical server-authoritative flow.

Profit Potential

$300–$3500/mo on Tebex (expected ~$1100). [INFERRED] priced inside the $50-389 FiveM script band against a rising arcade-gambling crossover niche; corpus median seller $11.85K/mo (signal-scraper tebex_snapshot n=100).

Trend Signal

β†— rising β€” strategy: 5-axis blue-ocean (niches.md): arcade-gambling fish-table crossover, scarce FiveM, niche willingness-to-pay.

Sales Angle

Own the arcade-gambling fish-table crossover before FiveM catches up β€” scarce supply, high willingness-to-pay. Recommended Tebex price $189.

Difficulty & Ship Time

advanced Β· ships in 1-2 days.