Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Habbo Emulator development
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Pro" data-source="post: 269069" data-attributes="member: 1465"><p>So I've made a little bit of progress and I need some help as for that I don't know how to contintue. </p><p></p><p>Program.cs</p><p></p><p>[CODE]using System;</p><p>using System.Collections.Generic;</p><p>using System.Linq;</p><p>using System.Text;</p><p></p><p>namespace Emu</p><p>{</p><p> class Program</p><p> {</p><p> static void Main(string[] args)</p><p> {</p><p> Environment.init();</p><p> </p><p> }</p><p> }</p><p>}</p><p>[/CODE]</p><p></p><p>Environment.cs</p><p></p><p>[CODE]using System;</p><p>using System.Collections.Generic;</p><p>using System.Linq;</p><p>using System.Text;</p><p></p><p>namespace Emu</p><p>{</p><p></p><p> class Environment</p><p> {</p><p> public static bool init()</p><p> {</p><p> </p><p></p><p> return false;</p><p> }</p><p> }</p><p></p><p>}[/CODE]</p><p></p><p></p><p>Sockets.cs</p><p></p><p>[CODE]using System;</p><p>using System.Collections.Generic;</p><p>using System.Linq;</p><p>using System.Text;</p><p></p><p>namespace Emu</p><p>{</p><p> class sockets</p><p> {</p><p> </p><p> }</p><p>}</p><p>[/CODE]</p><p></p><p>So if anyone's interest joining in and help me then please do so leave a pm or drop a reply or help me via the pm <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Pro, post: 269069, member: 1465"] So I've made a little bit of progress and I need some help as for that I don't know how to contintue. Program.cs [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Emu { class Program { static void Main(string[] args) { Environment.init(); } } } [/CODE] Environment.cs [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Emu { class Environment { public static bool init() { return false; } } }[/CODE] Sockets.cs [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Emu { class sockets { } } [/CODE] So if anyone's interest joining in and help me then please do so leave a pm or drop a reply or help me via the pm :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Habbo Emulator development
Top