- Home /
Question by
sanamdehghan · Jan 18, 2012 at 05:17 PM ·
networkserverclient
Pass an array from server to clients
Hi. I have an array that servers fills it when it starts the game. Then clients will use this array. They will just read the array. They won't change it. How can i send this array to clients. I directly tried to use the array using its name. But it seems that the clients doesn't have any access to that array. Any help will be appreciated.
Comment