Anatomy of a resource
A FiveM resource is nothing more than a folder with a label card inside it. The label card is a file called fxmanifest.lua. It tells the server three things: what this folder is, which files belong to it, and which side each file runs on. In this lesson you build that folder by hand, one file at a time, and watch it start.
Build it, one file at a time
Make the resource folder
Inside your resources folder, make a new folder named exactly:
resources/qu_hello
The folder name is the resource name. Keep it lowercase with no spaces. You type this same name in server.cfg later, so spell it the same everywhere.
Create the manifest file
Inside qu_hello, create a new file named exactly: