How do I set my game build?

If you use zap hosting, follow their guide here: https://zap-hosting.com/guides/docs/en/fivem_gamebuild/

Your game builds decides what GTA 5 DLC level your server will be on. Most of my scripts require game build 2060 or higher.

How do I know what game build my server is on?

There should be a variable called sv_enforceGameBuild xxxx inside your server.cfg, the x's represents the game build. If you do not have sv_enforceGameBuild in your server.cfg then you can assume that you are on game build 1604.

How do I set my game build?

Simply add or modify sv_enforceGameBuild inside your server.cfg to look like below:

sv_enforceGameBuild game_build

Then replace game_build with whatever build you want to be on. Click here to see a list of the game builds.

If you want to be on the newest build (as of the 18th of March 2023) simply use this:

sv_enforceGameBuild 2802

This guide did not help/I want more information about game builds

If you are still struggling to change your game build or you would like to read more about game builds then I recommend you to read this tutorial made by TayMcKenzieNZ.

Last updated