![]() |
Help with news - 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: Help with news (/showthread.php?tid=1095) |
Help with news - DarkX - 11-07-2007 Ok I had found this code in Elysium Debugged, and started working on my own here's the Elysium code Code: SERVER SIDE!!!! Re: Help with news - Rezeyu - 11-07-2007 Al lthis does it pull test from an INI, and send it client side... Just use the MOTD code then, and create a label or textbox and have it set it's caption/text to the news sent when the packet is recieved. Re: Help with news - Coke - 11-07-2007 And i think elysium has its own website? Re: Help with news - Styre - 19-07-2007 Quote:Ok I had found this code in Elysium Debugged, and started working on my own here's the Elysium code If you read that line fox, you'll understand he took the OUTLINE of elysium, and is making his OWN using that outline. So it's not elysium. Re: Help with news - DarkX - 26-07-2007 Actually Elysium's news system does pretty much the samething I'm trying to accomplish, you wright the news.ini on the server side, and when someone logs on via there copy of the client it pulls the news.ini from server side and saves it Client side. I just can't get it to pull the one from server side, I have it to where it saves both client and server side but they are never the same thing and you have to self-update the .ini client side. Re: Help with news - Rezeyu - 26-07-2007 Uuuusseeee the MOTD code..... Like I said before. And just write it to an INI when the client recieves the packet. |