Last updated
Last updated
If you use zap hosting, follow their guide here:
Your game builds decides what GTA 5 DLC level your server will be on. Most of my scripts require game build 2060 or higher.
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.
Simply add or modify sv_enforceGameBuild
inside your server.cfg to look like below:
Then replace game_build
with whatever build you want to be on.
If you want to be on the newest build (as of the 18th of March 2023) simply use this:
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 made by TayMcKenzieNZ.