Hi all, I'm working on a online multiplayer game. I've got lots of events that start at random times and trigger again at random times throughout each level.
My question is, how can I be assured that all players hear the same sound at the same time? IE that this randomisation is coming from some sort of master clock and not for each user. Many thanks for any help.