[DiscordArchive] GetMapId returns instance map, should it be transport map?
[DiscordArchive] GetMapId returns instance map, should it be transport map?
Archived author: RomanPerekrestov • Posted: 2025-09-16T20:46:24.163000+00:00
Original source
GetMapId returns instance map, should it be transport map?
Archived author: Tea • Posted: 2025-09-16T20:48:36.492000+00:00
Original source
no, OnPlayerEnter simply happens too late in "map entering process", the packet that must contain the transport has already been sent at this point
Archived author: RomanPerekrestov • Posted: 2025-09-16T20:53:14.863000+00:00
Original source
So does it mean that to achieve the desired behavior I need to created transport -> add player to transport -> teleport player with transport to an instance?
Archived author: RomanPerekrestov • Posted: 2025-09-16T20:54:37.784000+00:00
Original source
or there is another instalce lifetime event/callback that happens earlier?