
SaifNeon
Administrative
- Credits
- 44,514
FoxDev-Magazine
An interactive magazine system for FiveM servers using the QB-Core/Qbox framework. Create, edit, and read digital magazines in-game with a modern and intuitive interface. Support for multiple editions and player-specific magazine ownership.




Features

- Interactive Reading Experience
- Smooth page-turning animations
- Zoom functionality for detailed viewing
- Keyboard and mouse navigation
- Fade-in animations
- Magazine Editor
- Multiple edition support
- Add/remove pages per edition
- Reorder pages via drag-and-drop
- Image URL support
- Real-time preview
- Edition publishing system
- Player Magazine System
- Player-specific magazine ownership
- Edition tracking
- Purchase history
- OX Inventory integration
- Database Integration
- Multiple edition support
- Automatic page ordering
- Player ownership tracking
- Edition status management
Requirements

- QB-Core Framework
- ox_inventory
- qb_inventory
- QBox
Installation

Configuration
Edit config.lua to customize:
-- Item name in QB-Core shared items
-- Image Settings
Commands

Usage

Reading a Magazine
Editing a Magazine
Image Guidelines

- Recommended Format: JPG/PNG
- Optimal Resolution: 1920x1080
- Maximum File Size: 5MB
- Aspect Ratio: 16:9 (recommended)
Troubleshooting

- Images Not Loading
- Verify URL is accessible
- Check image format
- Ensure URL is HTTPS
- Editor Not Opening
- Verify job permissions
- Check server console for errors
- Database Issues
- Verify oxmysql is running
- Check table relationships
- Verify edition exists before adding pages
- Edition Access Issues
- Check if edition is published
- Verify player ownership
- Check edition status (active/inactive)
Development

Database Structure
magazine_editions
- id (AUTO_INCREMENT)
- edition_number (UNIQUE)
- title
- is_active
- is_published
- created_at
magazine_pages
- id (AUTO_INCREMENT)
- page_number
- image_url
- edition_number (FK)
- created_at
File Structure
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support

- Discord: [ ]
Download