Skip to content

EEnE Rewards

Introduction

EEnE Rewards is a modern and flexible reward system built for FiveM servers.
It allows you to engage your players through a powerful achievement system and upcoming modules like Daily Rewards and Daily Quests (coming soon).
Designed with performance and customization in mind, it integrates smoothly with ESX and offers a beautiful UI built in Vue 3.

Installation

Please refer to the Installation Guide to set up the resource properly on your server.

Basics

  • Fully integrated achievement tracking.
  • Easy-to-use configuration system.
  • Clean UI built using VueJS + Pinia.
  • Coming soon: Daily login rewards and daily tasks.

Usage example

lua
-- For progressive achievements:
-- Provide achievement name, nil as stepName, and point count
TriggerServerEvent('eee-rewards:addAchievementPoint', 'zombie_hunter', nil, 1)

-- For non-progressive achievements:
-- Provide achievement name, specific stepName, and point count
TriggerServerEvent('eee-rewards:addAchievementPoint', 'boss_slayer', 'kill_clause', 1)

Advanced functions

Check out:

FAQ

Q: Is ESX required?
A: Yes, es_extended is required for full functionality.

Q: Does it support OxLib?
A: Yes, OxLib is required for its callback system, which this resource uses extensively.

Q: Are Daily Rewards available?
A: This feature is planned and will be available in an upcoming update.

Contact

For support or custom integration, contact us at:
📧 [email protected]
🌐 eee-scripts.com