Quantcast
Channel: Multiplayer
Viewing all articles
Browse latest Browse all 16796

Is there a reason why my host is sending commands but not my remote client?

$
0
0
I've posted this on answers as well, but here's a much more concise version of my problem. Here's the relevant code.
Code (CSharp):
  1.  
  2. public SyncListInt UserDeckPositions = new SyncListInt();
  3.     public SyncListInt UserDeckLineup = new SyncListInt();
  4.     public SyncListInt UserDeckDugout = new SyncListInt();
  5.  
  6.     public List<int> ClientUserDeckPositions = new List<int>();
  7.     public List<int> ClientUserDeckLineup = new List<int>();
  8.     public List<int> ClientUserDeckDugout = new List<int>();...
Is there a reason why my host is sending commands but not my remote client?

Viewing all articles
Browse latest Browse all 16796

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>