message-exclamationRequirements

⚙️ Core Framework

  • QBCore (latest stable) or

  • ESX (stable)

or

  • Custom Framework (if you using it)

Framework detection is automatic.


🗃️ Database

  • MySQL-compatible backend

  • Ensure your database has the following table structure:

    • lone_leaderboard (Created automatically if not present)


📦 FiveM Server Requirements

  • Server artifacts ≥ 4750

  • OneSync Infinity enabled

  • GetPlayerIdentifier must return Steam/Citizen ID

  • NUI support enabled (HTML + React frontend)


📁 Resources to Start Before This Script

Ensure the following resources start before this script (especially if using framework-related features):

  • qb-core or es_extended

  • oxmysql


📄 React NUI Frontend Requirements

If you modify or rebuild the NUI:

  • Node.js ≥ v18.x

  • npminstalled

  • Frontend stack:

    • React + TailwindCSS + Vite

Last updated