A FiveM-ready multicharacter system built using React, Tailwind CSS, and TypeScript, designed to work seamlessly with the flakeyCore framework.
- 🔥 Character selection UI with Tailwind-styled React components
- ✍️ Create up to 5 characters per player
- 🧹 Delete characters with confirmation prompt
- 📇 Stores characters in a MySQL database (
flakey_players) - 💾 Supports persistent health, hunger, thirst (stored via KVP)
- ✅ Seamless integration with server state (
activeCharacter,playerDataCache)
- FiveM server (fxserver)
- oxmysql for database operations
flakeyCoreframework- Node.js & npm (for building the React frontend)