you can put the player into an object / vehicle then set it to Interior 1.
then destroy the object / vehicle.
Destroy Vehicle:
PHP код:
DestroyVehicle(vehicleid);
put your vehicle name in vehicleid ^^
Destroy Object:
PHP код:
DestroyObject(objectid);
put the object name in objectid ^^
and just put the object in MTA / RME and put this as a command or something.
PHP код:
LinkVehicleToInterior(vehicleid, virtual world id);
you can do like this and put the object into the vehicle for no issues / bugs into the car you created.
then do like SetPlayerPos where the object standing and CreateVehicle when the object standing , and put the vehicle on interior you wish to do.
enjoy.
any problems , PME.