Problem with procedural generation

Hi,

I have a problem to send an array from one client to another, because my game generate an arena with an algorithm and each client of the server generate is own arena when launching the game. So, I would like to know if there is a way to generate my arena on the server, and send it to my clients. Or if my first client can generate and send the arena to the other clients.

Comments