modding-fivem-qbcore
Installation
SKILL.md
Modding FiveM (QBCore Framework)
When to use this skill
- When the user asks to create or modify a FiveM resource (
fxmanifest.lua). - When the user mentions QBCore, "city scripts", or RP framework logic.
- When working with Lua scripts for GTA V.
- When creating NUI (HTML/CSS/JS interfaces) for FiveM.
Workflow
- Resource Creation:
- Create folder
[script-name]. - Create
fxmanifest.lua(The manifest file). - Create
client/main.luaandserver/main.lua.
- Create folder
- QBCore Initialization:
- In
client/main.lua&server/main.lua, retrieve the core object:
- In