
Home - Cfx.re Docs - FiveM
🧐 Get started developing assets for FiveM using our 🧰 Cfx.re Development Kit, learn what 🎯 resources are, or get started with 📟 scripting for FiveM. 📚 Look at the 🏞 native reference to find functions to use.
Developer docs - Cfx.re Docs - FiveM
This section of the documentation is specific to the core mechanics of FiveM. Compiling FiveM. Script runtimes. Sandbox
FxDK - Cfx.re Docs - FiveM
The Cfx.re Development Kit, FxDK for short, is an integrated development environment designed to provide a smooth developer experience for FiveM. Detailed documentation links: FXCode; …
Setting up a server - Cfx.re Docs - FiveM
A step-by-step guide on setting up FXServer. Setting up a server. This page shows you how to run the Cfx.re platform server (also often named 'FXServer') on Windows, Linux, txAdmin, or a …
Scripting in Lua - Cfx.re Docs - FiveM
FiveM supports the general purpose programming language Lua as one of its scripting languages. Lua is a very easy language to learn, simple to use and fast to write. To use Lua, just use .lua …
Console commands - Cfx.re Docs - FiveM
List of clientside commands which can be useful to develop your server or debug resource issues. Additional commands may be added by resources; these are just the standard FiveM …
Scripting in C# - Cfx.re Docs - FiveM
To build the project, you can click on build.cmd, which will build a release server and client dll for you, both targeting the correct .NET Framework needed for FiveM and FXServer. Setting up …
Frameworks - Cfx.re Docs - FiveM
A framework is a foundational structure that simplifies the creation of resources for your FiveM server. It offers a basic structure for your scripts, eliminating the need to build everything from …
How you can help - Cfx.re Docs - FiveM
There are many ways you can contribute to the development and growth of FiveM. Whether you're a developer, a writer, or a supporter, your help is invaluable! Developing FiveM. Do you …
Creating your first script in Lua - Cfx.re Docs - FiveM
Getting started with scripting for FiveM might be a tad overwhelming, given the wide range of possibilities and the sparsely spread documentation. In this quick and simple guide, we'll try to …