07.06.2017, 09:32
Well the ID is assigned just prior to OnPlayerConnect being called. I'm pretty sure that OnIncomingConnection is the first callback to be executed after a player ID is assigned by the server and OnPlayerDisconnect being the last. So I'd imagine there's only a few milliseconds between each instance, so you're better off assuming that it's instant and treating it as if there is no delay.