Need Help with putting resources in resources

How would you put resources like cars (ex. 10ram (folder name with the metas and files inside)), in a folder, so that they are all together? I made a file named spawn cars, in that, I made a folder named stream and a __ressource.lua, in the stream folders I put the cars in there (add-ons not replaces). But it doesn’t work, how would you do that? They work when not in the folder, but I can’t get it working in the folder.

are you adding it to the config file? you got to start the resource like any other resource.

yes i put “start spawncars” in the server.cfg

Here’s what I’ve done so far:

  • In the server.cfg file I put this “start spawncars”

  • The under “/g63918/gta5-fivem/server-data/resources/spawncars” in the folder i put a stream folder with the cars in the, and then i put a __resource.lua

But the __resource.lua is blank. What do i do now?