• Best Way To Send A Lot Of Text?
    2 replies, posted
Is there a way to send a large amount of text other than sending the client a file such as this every time I add news? I want to be able to add news on the fly, if I do it as shown below I will have to restart the server and update my fastdl. I could use a html box but I am terrible at html. [lua] NewsItem = {} NewsItem["June 12, 2010 - Test News"] = [[This is some test news!]] [/lua]
You could use file.Write and file.Read and use a function to get the update and set the text every now and then? I'm sure there is a more efficient way but I don't know of it.
[b][url=wiki.garrysmod.com/?title=datastream]datastream [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] might be what you need.
Sorry, you need to Log In to post a reply to this thread.