Assign unique assets to players

Options
Hi,

What is the best way to distribute some assets between clients in a safe and easy way?
I don't like the solution using the customer properties.

I would like to achieve the following in a nice and convenient way:
- I have some slots on my map, if a client joins a team, he will be assigned to a slot.
- Slots are taken once only.
- If client disconnects the slot is free, if he returns, must connect to a free slot.

Whats the best way to store this?

Cheers, thanks for the answer!

Best Answer

Answers

  • jollyblade
    Options
    thank you for the answer, I actually solved it in a similar way, like you described it, using the master client as the authority over the positions.