
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; Resources; World Editor; Highlights Live code editing experience. With FxDK you no longer have to switch between your server console and game to restart resources.
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 game server hosting provider!
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 in your scripts file extensions. A modified version of Lua 5.3 is used in FiveM, called CfxLua.
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 commands. These commands can be used with the client console, which you can open by pressing F8. You can also install additional tools if preferred, like VConsole2 ...
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 and running the project
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 scratch. Below, we've compiled a list of commonly used frameworks for informative purposes.
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 have the skills to fix bugs, create new features, or improve existing ones? Dive into our developer documentation to get started.
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 show you how to get started with a quick resource in Lua.