Daily Login Rewards & Streak System for RedM Servers

This RedM daily rewards script gives your players a reason to log in every day on VORP Core or RSG Core. Each player claims a daily prize, and consecutive logins build a streak that unlocks bigger rewards down the chain. You configure every prize in the config: cash, gold, weapons, ammo, items, or framework-specific currencies. Streaks reset after a missed day, and progress is stored per character so it survives reconnects and server restarts.

Features and Capabilities

  • Daily claim system tied to each player's character ID on VORP or RSG Core, so progress persists across reconnects and restarts
  • Configurable streak ladder where day 1 through day 7 (or more) each grant a different, escalating reward
  • Reward types include cash, gold, weapons, ammo, inventory items, and framework currencies set directly in config.lua
  • Automatic streak reset when a player misses a full day, with a configurable grace window if you want to be lenient
  • Cooldown logic based on real time, preventing double-claims after relogging or character switches
  • Server-side validation of every claim so rewards cannot be spoofed from the client
  • Database storage via the framework's existing MySQL setup (oxmysql), no separate database required
  • Editable UI text and notification messages for translation into your server's language

Frequently Asked Questions

Does this work with both VORP and RSG Core?

Yes. The script ships with support for both VORP Core and RSG Core. You set your framework in the config and it uses the matching exports for player data and rewards.

How are rewards stored, and do streaks survive a restart?

Claim data and streak counts are saved to your database through oxmysql, keyed to the character. Progress persists through reconnects, character switches, and server restarts.

What kinds of rewards can I hand out?

You can configure cash, gold, weapons, ammo, inventory items, and framework currencies. Each day in the streak ladder can grant a different reward, and you control the full list in the config.

What is the difference between the €20 and €40 versions?

The €20 version is the standard escrow-protected release. The €40 version is open source, so you can read and modify the Lua directly for custom reward logic or deeper integration.

Do I get updates and support after buying?

Yes. Purchases include future updates for the script and support through our Discord for installation and configuration questions.