General Installation Guide

This section explains how to properly install any FiveM resource from our collection, even if it’s your first time setting up a server.


1️⃣ Create Resources Folder

Organize your resources like this:

resources/
├── [sakastore]/
│   ├── saka-notification/
│   ├── saka-loadingscreen/
│   ├── saka-multicharacter/

Use tags like [sakastore] or [scripts] to keep things clean.


2️⃣ Add To server.cfg

After placing the script in your folder, add the following line to your server.cfg:

ensure saka-notification

Make sure to place ensure in the correct load order, especially if your script depends on:

• ox_lib

• qb-core

• es_extended


3️⃣ Restart Your Server

After adding the resource and updating your config file, restart the server to load everything.


✅ Check It Works

Most scripts include a test command or automatic message. If you see the notification or UI, it’s working.

If something goes wrong, check:

• F8 or server console logs

• Dependencies are loaded properly

• fxmanifest.lua is in the root of the script

Last updated