10.02.2019, 20:22
SetPlayerPos() is not really made to set the player position when they spawn yes it works but that it a poor use of this function.
What ends up happening is you are making determinations of where the player should spawn after they have already spawned. That is counter intuitive when you can make that determination any number of times before they spawn. So if you know where they SHOULD spawn before they spawn why not have it set up already?
What ends up happening is you are making determinations of where the player should spawn after they have already spawned. That is counter intuitive when you can make that determination any number of times before they spawn. So if you know where they SHOULD spawn before they spawn why not have it set up already?