![]() |
A Little Help with News - Printable Version +- Mirage Engine (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: A Little Help with News (/showthread.php?tid=2033) |
A Little Help with News - DarkX - 26-08-2008 Ok, I ended up making a code that does not seem to want to work for me, the Issue is that I can not get it to load on to the frmMainMenu.News.text and it will not save client side. Here is the code please tell me if you see anything missing. Serverside modHandleData Code: ' ::::::::::::::::::::: Code: Sub SendNewsTo(ByVal index As Long) modclienttcp Code: Sub SendNEWSChange(ByVal NEWS As String) Code: ' ::::::::::::::::::::::::::::::::: Code: Public sub InitNews Re: A Little Help with News - Jacob - 26-08-2008 I only looked briefly, but why are you saving / loading to an .ini client side. Just store it to a variable. Change Code: If LCase(Parse(0)) = "setNews" Code: If LCase(Parse(0)) = "setnews" Re: A Little Help with News - DarkX - 26-08-2008 I'm not around my VBsoftware right now but, would changing the cap size of letters in a packet actually make that much of a diffrence? Re: A Little Help with News - Rian - 26-08-2008 Well, if Parse(0) = SETNEWS than it's LCase (lower case) isn't going to be setNews Re: A Little Help with News - DarkX - 26-08-2008 I told you Shadow, the last thing I wrote was that BlackJack code I did for your request. So do you think that could solve my issue? Re: A Little Help with News - DarkX - 26-08-2008 Ok that makes sense, might explain why most of my other codes have slight bugs in them. |