Posts: 1,753
Threads: 277
Joined: Sep 2010
Reputation:
0
How is it possible to make random fires and synchronize it with all players that are connected and the ones that connect when the fire's active?
Thanks!
Posts: 1,905
Threads: 63
Joined: Oct 2011
Reputation:
0
You would store all the fires' positions in an array, then use a repeating timer to select those floats at random and using the fire object id, you can make server-sided fires!