Since the mod wants to delete links to ******s... (wtf), here's the source again, only attached....ez.
will i get banned if I compile or is it like CSGO
Thanks for the post. Going to scrap some of this for myself <3
when i try to compile i get all these weird errors not much for programing if anyone can help that would be cool.
Severity Code Description Project File Line Suppression State
Warning Could not resolve this reference. Could not locate the assembly "Facepunch.Raknet". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. wolverine
Originally Posted by rustking88
when i try to compile i get all these weird errors not much for programing if anyone can help that would be cool.
Severity Code Description Project File Line Suppression State
Warning Could not resolve this reference. Could not locate the assembly "Facepunch.Raknet". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. wolverine
Facepunch.Raknet is a namespace/package. It is programming related. It's telling you that it cannot resolve the reference for this package/namespace. Thusly, it will not compile. You may need to include it within your library in order to compile properly.
Nice source code, though it is a bit of a mess. I'll copy some bits though, I appreciate the upload.
Code
Originally Posted by derivativegaming
Facepunch.Raknet is a namespace/package. It is programming related. It's telling you that it cannot resolve the reference for this package/namespace. Thusly, it will not compile. You may need to include it within your library in order to compile properly.