Download Your Product
Access your purchased products from the panel
First, log in to your Manchini Store account panel using the credentials you received after purchase.
What you'll find:
- Product files (.zip/.rar)
- Documentation
- Configuration guides
- Support access
Quick Tips:
- • Stable internet connection recommended
- • Download to easily accessible location
- • Keep download link for future use
- • Check file integrity after download
Extract the Files
Unpack your downloaded product files
Locate your downloaded archive file and extract it using your preferred extraction tool.
- • WinRAR (Windows)
- • 7-Zip (Cross-platform)
- • Built-in extractor (Windows/macOS)
manchini_product/
├── fxmanifest.lua
├── config.lua
├── client/
│ └── main.lua
├── server/
│ └── main.lua
├── shared/
│ └── config.lua
└── README.md
Configure Your Product
Customize settings to match your server
Open the config.lua file and adjust the settings according to your server's needs.
Config = {}
-- General Settings
Config.Framework = "qbcore" -- qbcore, esx, standalone
Config.Language = "en" -- en, tr, es, fr, de
-- Game Settings
Config.GameDuration = 300 -- Duration in seconds
Config.MaxPlayers = 100 -- Maximum players per game
Config.MinPlayers = 4 -- Minimum players to start
-- Rewards
Config.EnableRewards = true
Config.RewardType = "money" -- money, item, both
Config.WinnerReward = 50000
Config.ParticipationReward = 5000
-- Discord Integration
Config.EnableDiscord = true
Config.WebhookURL = "YOUR_WEBHOOK_HERE"
Common Settings:
- • Framework compatibility
- • Language preferences
- • Game duration and limits
- • Reward configurations
Advanced Options:
- • Discord webhooks
- • Database settings
- • Performance tuning
- • Custom integrations
Server Setup & Installation
Deploy your product to the FiveM server
Upload your configured product to your FiveM server and add it to your server configuration.
1. Upload Files
Create a folder structure in your resources directory:
resources/
└── [squid-games]/
├── manchini_redlight/
├── manchini_marbles/
├── manchini_mingle/
└── manchini_admin/
2. Update server.cfg
# Add this to your server.cfg
ensure [squid-games]
# Or ensure individually:
# ensure manchini_redlight
# ensure manchini_marbles
# ensure manchini_mingle
# ensure manchini_admin
Test & Launch
Verify everything works correctly
Restart your server and test all functionalities to ensure proper installation.
- ✓ Server starts without errors
- ✓ Scripts load properly
- ✓ Commands work as expected
- ✓ UI elements display correctly
- • Check F8 console for errors
- • Monitor server console
- • Test with multiple players
- • Verify permissions
# Server Console Commands
restart [resource-name]
stop [resource-name]
start [resource-name]
refresh
# F8 Console Commands (Client)
resmon
cl_drawFPS 1
🎉 Installation Complete!
Your Manchini Store product is now ready to use. Need help? Join our Discord for 24/7 support.