Skip to main content

Installation

How to install c9_loading on your FiveM server

This section

Installation

Steps

  1. Extract the c9_loading folder into your server's resources directory
  2. Add ensure c9_loading to your server.cfg
  3. Configure the background theme in cfg/config.lua
  4. Add your background images to the gallery/ or slider/ folder
  5. Edit content files in the cfg/ folder (news, rules, staff, etc.)
  6. Restart your server

File Structure

c9_loading/
├── cfg/
│ ├── config.lua -- Main settings (theme, music, images)
│ ├── changelog.lua -- Patch notes data
│ ├── command.lua -- Server commands list
│ ├── news.lua -- News entries
│ ├── rules.lua -- Server rules
│ ├── staff.lua -- Team members
│ └── transaction.lua -- Locale strings
├── gallery/ -- Gallery theme images (max 11)
├── slider/ -- Slider theme images
├── logo.svg -- Server logo
├── video.mp4 -- Background video (video theme)
└── fxmanifest.lua