Is there a way that i can stream interiors server sided so that the performance from the users are a bit better than streaming client sided?
Is it possible to stream modded cars server sided?
Would be nice if some one can give me a good tutorial cause i dont have any clue how to do it
To stream interiors you need to create a resource (or use an existing one) in which you will create a stream folder and a fxmanifest.lua file. In the stream folder you put your map and in the manifest file you add the line this_is_a_map 'yes'.
fxmanifest.lua
this_is_a_map 'yes'
But with this metod the interior is getting streamed by the client himself and not by the server
I believe there is no way to achieve what you want, the streamed asset has to be sent to the client at some point.