View Single Post
KiLLeR.
Senior Member
Join Date: Jul 2014
Location: Bulgaria
Old 11-10-2017 , 15:44   Re: spawn player at random place
Reply With Quote #13

aron9forever, already told you why this happens and I'm pretty sure there is almost no way to avoid this with random spawn generator... Best solution is to use predefined spawn positions. So, you can add an admin command which get current player origins, writes it to a file and when you want to spawn a player on random position, simply take random position from that file. You have to play a bit more with reading/writing data in files, but this gonna work better for your needs.

Last edited by KiLLeR.; 11-10-2017 at 15:52.
KiLLeR. is offline