QBcore FoxDev-Magazine [QBCore/QBOX]

SaifNeon

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.

License

Version

QB-Core

QBox

17449550437581744955064494
17449550885251744955124510
1744955196133

:star2:
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

:clipboard:
Requirements​

  • QB-Core Framework
  • ox_inventory
  • qb_inventory
  • QBox

:gear:
Installation​

Please, Log in or Register to view quote content!

:wrench:
Configuration​

Edit config.lua to customize:


Please, Log in or Register to view quote content!

-- Item name in QB-Core shared items
Please, Log in or Register to view quote content!


-- Image Settings
Please, Log in or Register to view quote content!

:iphone:
Commands​

Please, Log in or Register to view quote content!

:video_game:
Usage​

Reading a Magazine​

Please, Log in or Register to view quote content!

Editing a Magazine​

Please, Log in or Register to view quote content!

:framed_picture:
Image Guidelines​

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

:mag:
Troubleshooting​

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

:hammer_and_wrench:
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​


Please, Log in or Register to view quote content!

:memo:
License​

This project is licensed under the MIT License - see the LICENSE file for details.

:handshake:
Support​


Download
Please, Log in or Register to view URLs content!
 
Back
Top