So, I picked up a random source. followed the guide. got it turned on.. Went to login & it loads then freeze's & then it directly opens up the source & go's to this line giving an error.
Quote:
byte[] RData = new byte[DataLen];
fixed (byte* p = RData, p2 = S.Data)
Native.memcpy(p, p2, DataLen);
if (DataHandler != null)
DataHandler.Invoke(S, RData);
What's Highlighted in red is what's giving me the problem :/ any idea why?
(im running the source with visual studio 2010)