🚀 New Scripts Every Week — Premium FiveM Resources

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

  1. Download your purchased script from your Tynopia dashboard
  2. Extract the folder into your server's resources directory
  3. Add to your server.cfg:
ensure tynopia_scriptname
  1. Configure config.lua for your server
  2. 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.