Should You Use Server Setter?
Explanation of what "server setter is"
The config Open "UseServerSetter" allows the script to create the vehicle in a "server-setter" manner. Server setter allows to vehicle not to be depended of it's owner
Regular vehicle creation depends on it's owner, and most of the time when the owner disconnects / switches bucket. If you will use the server setter option the vehicle owner will change depending on the situation and the vehicle will always be persistent, even when there are no players in the server
Why isn't is used everywhere?
Most of the garage systems today haven't found a way to handle setting properties / mods on a server-setted vehicle because the owner of a server-setted vehicle can change in a matter of seconds for no appearant reason In our script we found a realiable method to make sure the client will be able to set the properties of the vehicle before it's owner will change
Is it recommended?
We recommend it for better server performance and more persistence, but if you encounter problems with this for example not all vehicle mods are set when vehicle is taken out of the garage i suggest you disable this. This problem can occur in server with more the 150 players. If you encounter this problem please open a ticket in our discord server so we will work on a way to fix it
Last updated