-
-
Notifications
You must be signed in to change notification settings - Fork 488
Description
Is your feature request related to a problem? Please describe.
In the case of peds, when we create static peds that only stand, we can disable their synchronization by setting the "sync" argument to false, which is good for performance.
I think this possibility would also be useful in the case of vehicles, when we create some static vehicles that just stand and do not require synchronization.
I know - You can create a vehicle on the client side, but a ped can also be created on the client side. Why add such a synchronization argument for vehicles? Why not? Since it was added for peds, it would also be useful for vehicles, especially since sometimes a vehicle needs to be created, e.g. from a database, and this is a better solution than sending data from the database to the client.
Describe the solution you'd like
Add a "sync" argument for vehicles in createVehicle, as was done for peds in createPed
Describe alternatives you've considered
No response
Additional context
No response
Security Policy
- I have read and understood the Security Policy and this issue is not about a cheat or security vulnerability.