Script Overview
Script Overview
Section titled “Script Overview”All available KyuubiSoft FiveM Scripts.
Available Scripts
Section titled “Available Scripts”| Script | Description | Framework |
|---|---|---|
kyuubi_example | Example Script | ESX/QBCore/Standalone |
Script Structure
Section titled “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.mdExports
Section titled “Exports”All scripts provide exports for integration:
-- Clientexports['kyuubi_script']:doSomething()
-- Serverexports['kyuubi_script']:getData(playerId)Events
Section titled “Events”-- Client EventTriggerEvent('kyuubi_script:client:eventName', data)
-- Server EventTriggerServerEvent('kyuubi_script:server:eventName', data)Support
Section titled “Support”If you have problems:
- Check the console for error messages
- Make sure all dependencies are installed
- Contact us on Discord