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

SyncListStruct doesn't synchronizes

$
0
0
Hello I have a problem with SyncListStructs I have this code:
Code (CSharp):
  1. public struct player_struct {
  2.     public string name;
  3.     public string ID;
  4.     public int Kills;
  5.     public int Deaths;
  6.     public int Points;
  7.     public bool ready;
  8.     public int Team;
  9.     public player_struct(string n, string i, int t) {
  10.         name = n;
  11.         ID = i;
  12.         Kills = 0;
  13.         Points = 0;
  14.         Deaths = 0;
  15.         ready = false;
  16.         Team = t;
  17.     }
  18. }
  19.  
  20. public class SyncListPlayer :...
SyncListStruct doesn't synchronizes

Viewing all articles
Browse latest Browse all 16796

Trending Articles



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