Skip to main content

Coins Not Saving

Solutions:
  • Check database connection
  • Verify player identifier format
  • Check for SQL errors in console

Casino Won’t Open

Solutions:
  1. Check fast key config:
    R.EnableFastKey = true
    R.ToggleKey = "F5"
    
  2. Try using /casino command
  3. Check for key conflicts with other scripts

Integration Issues

Solutions:
  1. Enable store integration:
    R.EnableStore = true
    R.StoreResourceName = "r_store"
    
  2. Ensure r_store is installed and running
  3. Verify resource name matches exactly
  4. Restart both resources
Solutions:
  1. Enable coin sharing:
    R.UseRStoreCoins = true
    R.RStoreResourceName = "r_store"
    
  2. Ensure r_store is started first
  3. Use r_store exports for coin management

Case Opening Issues

Solutions:
  • Verify r_casino_case_cooldowns table exists
  • Check database for cooldown entries
  • Restart the resource
Solutions:
  • Check inventory system configuration
  • Verify item names match your server
  • Ensure inventory has space
  • Check console for errors

General Quick Fixes

Check general troubleshooting guide