FiveM works off of GTA 5 itself, we all know this, which means when GTA updates, so does your server. Many people think that updating the server’s artifacts is going to update the gamebuild, however, it doesn’t.
How to force your gamebuild (Works Non-txAdmin)
Refer to this document to see what available gamebuilds are released for fivem: Link
How you add it is very simple, all you need is your server.cfg file and an open space near the top and all you add is the following line down below:
sv_enforceGameBuild 2802 # Server's Build Verson.
How to force your gamebuild (Works on txAdmin)
Refer to this document to see what available gamebuilds are released for fivem: Link
Forcing gamebuild for txAdmin is just as simple as not using txAdmin, however, done through a different path ~ To do it for txAdmin, you want to do the same code below, however in the path shown below:
txAdmin Main Console > Settings > fxServer
+ sv_enforceGameBuild 2802

