Can't spawn GTA V's new vehicles on local FiveM server

Hi,

I’m unable to spawn GTA V’s newly added vehicles on my local FiveM server.
Everything is up to date — both GTA V and my server are running the latest builds.
No errors appear, but the vehicles just won’t spawn.

Any idea why this happens or what I might be missing?

Thanks in advance!

First of all, can you spawn older vehicles with the same code that you are using?

If yes, your server is most likely not running on the latest DLC / game build.

Latest DLC is sv_EnforceGameBuild 3570. You can check if your server is running that by typing sv_enforceGameBuild in the server console.

1 Like

Old vehicle spawned no problem but DLC build;
“sv_enforceGameBuild” is “3258”
cmd] default: “3258” - flags( ServerInfo ReadOnly )
cmd] type: fx::GameBuild
How ı fix this ?

Check Server Commands - Cfx.re Docs

You need to add sv_EnforceGameBuild 3570 in the config, or +set sv_EnforceGameBuild 3570 as startup parameter. (try both)

1 Like

That’s work. Thanks for helping :kissing_heart:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.