Script Installation Guide

Follow these simple steps to install and configure your Manchini Store products on your FiveM server.

5
Easy Steps
~10min
Setup Time
24/7
Support
1
Download
2
Extract
3
Configure
4
Server Setup
5
Test & Launch

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.

Panel Access: Navigate to "My Products" or "Downloads" section to find your purchased items.

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.

Recommended Tools:
  • • WinRAR (Windows)
  • • 7-Zip (Cross-platform)
  • • Built-in extractor (Windows/macOS)
Pro Tip: Extract to a dedicated folder like "FiveM-Scripts" for better organization.
Typical folder structure after extraction:
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.

Important: Always backup your original config files before making changes.
config.lua - Example Configuration
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:

Server folder structure
resources/
└── [squid-games]/
    ├── manchini_redlight/
    ├── manchini_marbles/
    ├── manchini_mingle/
    └── manchini_admin/

2. Update server.cfg

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
Database Setup: Some products may require database tables. Check the included SQL files and import them if needed.

Test & Launch

Verify everything works correctly

Restart your server and test all functionalities to ensure proper installation.

Testing Checklist:
  • ✓ Server starts without errors
  • ✓ Scripts load properly
  • ✓ Commands work as expected
  • ✓ UI elements display correctly
Debug Tips:
  • • Check F8 console for errors
  • • Monitor server console
  • • Test with multiple players
  • • Verify permissions
Common Debug Commands
# 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.