Unique Studio Documentation
Explore Our Store!Join our Discord!
  • 🔸Introduction
    • 👋Welcome
  • 🔸SEASON SERIES
    • 🎄XMAS Calendar
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
  • 🔸BASIC SERIES
    • ⌛Loadingscreen
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
      • 📬Changelogs
    • 💎HUD
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
        • Replacements
      • 📬Changelogs
    • 🏥Revivestations
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 🗑️Dumpsters
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • ✈️Lootdrops
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 🔫FFA
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Exports
        • Locales
      • 📬Changelogs
    • ☠️Deathscreen
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 📢Promotion
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 🛬Immigration
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 📲Numberchange
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
  • 🔸X SERIES
    • 🛠️Craftingstations
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • ✏️Namechange
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 🪪Identity
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 📢Lifeinvader
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 💲Moneywash
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 👨‍🌾Farmerjob
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 👷Jobcenter
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Locales
      • 📬Changelogs
    • 👉Helpnotify
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Exports
      • 📬Changelogs
    • ⚙️Progressbar
      • 🛠️Installation
      • ⚙️Configuration
        • Config Files
        • Exports / Trigger
      • 📬Changelogs
Powered by GitBook
On this page
  • 1. Download
  • 2. Dependencies & Requirements
  • 3. Configuration
  1. BASIC SERIES
  2. FFA

Installation

PreviousFFANextConfiguration

Last updated 3 months ago

If you still encounter issues after completing this tutorial, we kindly ask you to review each step again to ensure everything has been followed correctly. If you're confident that all steps were completed properly and the issue persists, feel free to open a ticket on our . Our team will be happy to help you.


1. Download

In the following section, you will find all the information about downloading our resources:


2. Dependencies & Requirements

Resources

You need
Official Download Links

ESX Legacy

oxmysql or mysql-async


Database

CREATE TABLE `unique_ffa` (
  `identifier` varchar(46) NOT NULL,
  `name` varchar(50) DEFAULT 0,
  `discord_avatar` varchar(250) NOT NULL,
  `kills` int(255) DEFAULT 0,
  `deaths` int(255) DEFAULT 0,
  `headshots` int(255) DEFAULT 0);

ALTER TABLE `unique_ffa`
  ADD PRIMARY KEY (`identifier`);

3. Configuration

If you have successfully completed the installation, you can proceed with the configuration.

/

🔸
🔫
🛠️
ESX
oxmysql
mysql-async
Discord
Basic Knowledge | UQ-Dev
Logo