Getting Started
Welcome to the Tynopia documentation. This guide will help you install your first script.
Prerequisites
- FiveM Server (latest artifacts)
- A database (MySQL/MariaDB recommended)
- oxmysql or mysql-async
Installation
- Download your purchased script from your Tynopia dashboard
- Extract the folder into your server's
resourcesdirectory - Add to your
server.cfg:
ensure tynopia_scriptname
- Configure
config.luafor your server - Restart your server
Configuration
Each script ships with a config.lua — open it and adjust to your needs:
Config = {}
Config.Debug = false
Config.Locale = "en"
-- Add your customizations here
Support
Having issues? Join our CFX Forum thread or open a support ticket in the dashboard.