Cashiers
Managing cashiers in the Casino Editor
The Cashiers editor page manages cashier NPCs used by the casino system.

Editor Settings
Name
Text
Choose a display name for the cashier
Cashier config
Select/List
Choose which cashier preset is used
Ped model
Select/List
Choose which NPC model the cashier uses
Job based
Toggle
Mark this cashier position job-based (rcore_casino_jobs)
Society enabled
Toggle
Enable society/account integration for this cashier
Society name
Text/List
Set the society/account name used when society is enabled
Proximity
Number
Set proximity distance in meters
Load only interiors
Toggle
Load this cashier only while players are in interiors
CashierConfigs
Cashier presets are defined in rcore_casino/configs/cashier.lua inside the CashierConfigs table. The editor "Cashier config" setting selects one of these config IDs.
id
Text
Unique config ID used by cashiers (example: default)
color
Color (RGB)
Menu theme color for this cashier config
pedSkinId
Number
Internal ped skin variant/index for the cashier UI/profile
caption
Text
Cashier menu caption/title text
acquireChipsEnabled
Toggle
Allow players to buy/acquire chips
tradeInChipsEnabled
Toggle
Allow players to trade chips back into money
dailyBonus
Number
Daily bonus chips amount
dailyBonusSaveData
Text
Save key used for daily bonus cooldown/limits
tradeInDailyLimit
Number
Maximum chips tradable per day
tradeInDailyLimitSaveData
Text
Save key used for trade-in daily limit tracking
exchangeRate
Number
Money per chip conversion rate
showPlayerBalance
Toggle
Show player balance in cashier menu
showSocietyBalance
Toggle
Show society balance in cashier menu
showBonusChipsBalance
Toggle
Show bonus chips balance in cashier menu
onOpen
Function
Callback executed when cashier menu opens
onClose
Function
Callback executed when cashier menu closes
items
List
Custom purchasable entries (name, price, description, icon, confirmation, onPurchase, separators)
Cashier Skins
Cashier ped models are defined in rcore_casino/configs/cashier.lua in the CashierSkins list.
In order to choose models in the editor, you have to add them in this list. Find more ped models at fivem docs: https://docs.fivem.net/docs/game-references/ped-models/
Last updated