Skip to content

Quasar Tutorial is a free intro script for FiveM servers

License

Notifications You must be signed in to change notification settings

DeamonScripts/qs-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📘 Quasar Tutorial (qs-tutorial)

A professional, customizable introduction script for FiveM servers.

Forked from DaemonAlex/qs-tutorial

FiveM License Language

🌟 Overview

qs-tutorial is a lightweight and fully configurable resource designed to onboard new players to your FiveM server. Upon joining, players are greeted with a sleek introduction interface that explains your server's rules, lore, and mechanics, ensuring everyone starts on the same page.

✨ Features

  • 👋 Welcoming Interface: A modern, clean UI to greet new players.
  • ⚙️ Fully Configurable: Easily change text, images, and pages in the config.lua.
  • 📹 Video Support: (Optional) Embed video backgrounds or tutorials.
  • 🌍 Multi-Language Ready: structured to support multiple languages.
  • 🔓 Open Source: 100% unencrypted code for full customization.

🖼️ Preview

(Add a screenshot or GIF of your tutorial screen here. e.g. ![Preview](img/preview.png))


🚀 Installation Guide

  1. Download the source code from the Releases tab.
  2. Extract the qs-tutorial folder to your server's resources directory.
  3. Add the following line to your server.cfg file:
    ensure qs-tutorial
  4. Restart your server or type refresh and ensure qs-tutorial in your server console.

🛠️ Configuration

All settings can be found in shared/config.lua (or config.lua).

Config = {}

-- Example Configuration
Config.WelcomeMessage = "Welcome to Our City!"
Config.ShowVideo = true
Config.VideoLink = "[https://your-video-link.com](https://your-video-link.com)"

📖 Documentation

For advanced setup and dependencies, please refer to the official documentation: 👉 Quasar Store Docs

🤝 Contributing

Contributions, issues, and feature requests are welcome!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

⚖️ License

Distributed under the MIT License. See LICENSE for more information.


Maintained by DeamonScripts

About

Quasar Tutorial is a free intro script for FiveM servers

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 66.2%
  • CSS 19.1%
  • JavaScript 11.3%
  • HTML 3.4%