Script Overview
All available KyuubiSoft FiveM Scripts.
Available Scripts
| Script | Description | Framework |
|---|---|---|
kyuubi_example | Example Script | ESX/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:
- Check the console for error messages
- Make sure all dependencies are installed
- Contact us on Discord