Hi there,
I'm trying to work out and get a List & Struct to sync but im getting a really weird error when i try to add data into the list.
When ever this line(50):
I get the error:
SyncList - How to? Weird Error
I'm trying to work out and get a List & Struct to sync but im getting a really weird error when i try to add data into the list.
When ever this line(50):
Code (CSharp):
- PlayerConnectionList.Add( new NetworkingPlyList.PlyData( Name , Addy , Port , true , Guid , Nwid , IsHost ) );