altmp / altv-issues

Issues and roadmap for alt:V project
92 stars 17 forks source link

Separate client-side VirtualEntity to LocalVirtualEntity #2256

Open Yiin opened 3 months ago

Yiin commented 3 months ago

Description of the problem

It would be good to separate VirtualEntity in client side like all the other entities, while also removing VirtualEntityGroup from the client, as it's not streamed in and is unused on the client for remote VirtualEntity.

Desired solution for the problem

Server:

Client:

Alternatives you considered

Making the separation in on the modules, but really it should be in the core.

Additional context

No response