![]() |
Dumb MS4 question - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: Dumb MS4 question (/showthread.php?tid=2370) |
Dumb MS4 question - DarkX - 12-11-2008 Ok guys I am helping you by helping out Genusis, so please explain to how the f-ing hell MS4 works before I go playing with something I do not understand again, like C++. I just need to know how exactly to add codes to the "Enum" I think it is, and how the packets work now, etc. Thanks in advace. Re: Dumb MS4 question - Anthony - 13-11-2008 Google VB6 Enumeration. It's really simple. The best way I think is just to download it it and jump in, play with it and look at the code. Re: Dumb MS4 question - genusis - 13-11-2008 you could just ask me. your only helpign convert it to mirage from elysium ^^ not coding the whole thing to mse4 by yourself so just ask me. Re: Dumb MS4 question - Matt - 15-11-2008 You just add a variable to the end of the enum, and it gains w/e number that would be for that place in the enum. 0 being the first one in the enum and so on and so forth. |