🤠 Western Todo List (RedM)
A cinematic Western-style Todo List system for RedM featuring a 3D parchment UI, persistent database storage, and full task management.
Features
- Western 3D UI
- Auto database creation
- Add / complete / delete tasks
- Persistent storage (oxmysql)
- /todo command
Installation
- Place in resources folder
- ensure oxmysql
- ensure khali_todo
Database
CREATE TABLE IF NOT EXISTS khali_todo_tasks ( id INT AUTO_INCREMENT PRIMARY KEY, identifier VARCHAR(60) NOT NULL, text VARCHAR(255) NOT NULL, done TINYINT(1) DEFAULT 0 );
Command
/todo -> Open UI

