CreateVehicle OneSync

Client

Using canary?
Windows version: Windows 10
System specifications: i7-7700k, 16GB RAM

Server

Operating system: Windows 10 & tested on Debian as well
Artifact version: 2270
IP address: localhost
Resources: /
System specifications: i7-7700k, 16GB RAM

Incident

Summary: Using server side CreateVehicle returns a value that isn’t an entity or network (as using NetworkGetNetworkIdFromEntity returns “tried to access invalid entity” whereas NetworkGetEntityIdFromNetwork returns entity id 0, not sure that this is a bug report, but not sure what else to class this as.
Expected behavior: Returns entity id just like client side
Actual behavior: Returns an unknown id type
Steps to reproduce: CreateVehicle on server sided script
Server/Client? Server
Files for repro (if any): /
Error screenshot (if any): /
.dmp files/report IDs: /

Any additional info: Not really sure the best place to post this, apologies if not the correct place

Due to current limitations, the ID is only assigned after a client receives the creation event and sends it back to the server. You can use the entity handle to call other server setter natives fine, however getting state won’t work until a client receives the entity.