Skip to main content

Script Overview

All available KyuubiSoft FiveM Scripts.

Available Scripts

ScriptDescriptionFramework
kyuubi_exampleExample ScriptESX/QBCore/Standalone

Script Structure

Each script follows a unified structure:

kyuubi_scriptname/
├── client/
│ └── main.lua
├── server/
│ └── main.lua
├── shared/
│ └── config.lua
├── locales/
│ ├── de.lua
│ └── en.lua
├── fxmanifest.lua
└── README.md

Exports

All scripts provide exports for integration:

-- Client
exports['kyuubi_script']:doSomething()

-- Server
exports['kyuubi_script']:getData(playerId)

Events

-- Client Event
TriggerEvent('kyuubi_script:client:eventName', data)

-- Server Event
TriggerServerEvent('kyuubi_script:server:eventName', data)

Support

If you have problems:

  1. Check the console for error messages
  2. Make sure all dependencies are installed
  3. Contact us on Discord