Basically, I need to put all players into a queue or "line" - basically, the host is at the front of the line, and the next person who joins is 2nd, then 3rd, etc.
I have no idea how to implement this. Not only do I need to keep the order in which they joined, but I need a way to shift the order of the line (basically, move someone to the back of the line).
Any ideas?
I have no idea how to implement this. Not only do I need to keep the order in which they joined, but I need a way to shift the order of the line (basically, move someone to the back of the line).
Any ideas?