Mads' Resource Documentation
  • 📺Youtube
  • 🤝Discord
  • ⭐Tebex
  • 👨‍💻GitHub
  • 👋Welcome!
  • General Info
    • ❓Questions and Answers
      • Is X script locked/encrypted?
      • I need support, where can I reach out?
      • How do I update my server artifacts?
      • How do I transfer a script from one account to another?
      • How do I set my game build?
    • ⚠️Common Problems
      • You lack the required entitlement
      • Failed to verify protected resource
      • Could not find dependency /assetpacks for resource
  • Resources
    • 🪑Sit Anywhere
      • Adding Custom Models
      • Falling Through the Map
      • Exports
      • Events
    • 🚁Helicopter Camera
      • Adding custom helicopters
      • Moving the UI above the minimap
      • Adding controller inputs
      • Controls
      • Exports
      • Events
    • 🚙Slash Tires
      • Exports
      • Events
    • 🕶️Stungrenade
      • Adding the Stungrenade as an item
      • Measures Against Cheaters
      • Exports
      • Events
    • 🪖CS Styled Killfeed
      • General Information
      • Exports - Client Side
      • Exports - Server Side
      • Examples
      • Adding Messages to the feed
      • Weapons List / Death Reasons
      • Changing the position if the killfeed
    • Crouch & Crawl
      • Exports
    • 🔫Taser Effect
    • 🔭Telescopes
    • 🩺Crutches
      • How to make the script compatible with ps-walkstyle
    • ⛽No Exploding Pumps
    • 👠Hookers
Powered by GitBook
On this page
  1. General Info
  2. Questions and Answers

How do I set my game build?

PreviousHow do I transfer a script from one account to another?NextCommon Problems

Last updated 1 year ago

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.

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.

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 made by TayMcKenzieNZ.

❓
https://zap-hosting.com/guides/docs/en/fivem_gamebuild/
Click here to see a list of the game builds.
this tutorial