07-22-2026, 02:59 AM
FiveM [b]sv_enforceGameBuild: Configuration and Build Selection[/b]
The sv_enforceGameBuild server variable selects the GTA V game build used by connecting FiveM clients. Cfx.re documents it as a startup-only setting that cannot be changed at runtime.
Every supported build includes the content and changes from preceding builds. A server can therefore select a later build when its resources depend on content introduced in an earlier one.
Configuration
To select build 3751, add the following command to the server configuration processed at startup:
Restart the server after changing this value because it cannot be changed while the server is running.
The Cfx.re build table maps build 3407 to Agents of Sabotage and build 3751 to A Safehouse in the Hills. Rockstar Games announced GTA Online: A Safehouse in the Hills as available on December 10, 2025.
Older-build executable handling
Cfx.re documents sv_replaceExeToSwitchBuilds as an experimental Boolean setting that determines how clients run older builds requested through sv_enforceGameBuild.
When set to true, the client downloads the files for the selected build and runs that build's older executable. When set to false, the client runs the latest stable executable and loads only the DLC associated with the enforced build.
The documented default is true for server builds below 12872 and false for server builds above 12871. Build 1 is a special case: the client behaves as though sv_replaceExeToSwitchBuilds were false, even if it was previously set to true.
The sv_enforceGameBuild server variable selects the GTA V game build used by connecting FiveM clients. Cfx.re documents it as a startup-only setting that cannot be changed at runtime.
Every supported build includes the content and changes from preceding builds. A server can therefore select a later build when its resources depend on content introduced in an earlier one.
Configuration
To select build 3751, add the following command to the server configuration processed at startup:
Code:
sv_enforceGameBuild 3751Restart the server after changing this value because it cannot be changed while the server is running.
The Cfx.re build table maps build 3407 to Agents of Sabotage and build 3751 to A Safehouse in the Hills. Rockstar Games announced GTA Online: A Safehouse in the Hills as available on December 10, 2025.
Older-build executable handling
Cfx.re documents sv_replaceExeToSwitchBuilds as an experimental Boolean setting that determines how clients run older builds requested through sv_enforceGameBuild.
When set to true, the client downloads the files for the selected build and runs that build's older executable. When set to false, the client runs the latest stable executable and loads only the DLC associated with the enforced build.
The documented default is true for server builds below 12872 and false for server builds above 12871. Build 1 is a special case: the client behaves as though sv_replaceExeToSwitchBuilds were false, even if it was previously set to true.

