Commands
Player
| Command |
Description |
/tirardinero [amount] |
Throw amount of cash. Without arg, uses Config.DefaultAmount. Must be ≤ Config.MaxAmount. |
Press X (configurable via Config.CancelKey) during the throw to cancel and refund any unthrown bills.
Admin
| Command |
Description |
/pole |
Print your current ped coords + heading to console — paste into Config.Poles[X].dances[Y].coords to position a custom dance |
ox_target interactions
| Target |
Action |
Result |
| Bill prop on the ground |
"Recoger" |
Picks up the bill, credits the player's cash account |
| Pole position (box-zone) |
"Bailar" |
Opens dance menu — pick vanilla GTA (1-3) or custom MagicCity dances |
Bill lifecycle
- Player runs
/tirardinero 500
- $500 is deducted from cash account
- 500 bill props spawn (or
MaxBills if higher than threshold)
- Bills fall with random physics + scatter
- After
PickupSettleTime ms, bills become pickable via ox_target
- Any player can pick them up (no ownership)
- After
DropExpireTime seconds, uncollected bills despawn