How can I make an motd, in assmod, load the motd from a link? As in, if I updated said link to a .txt with a change, anyone joining the server again would see THAT change, [Possibly.] without restarting the server?
Assmod's motd is edited for me, so that it only loads from itself, no external files.
It's like this.
[code]
ASSMOTD_HTMLScript = [[
Insert shit-load of custom HTML here...
]]
Lua shit about opening an motd when the player first spawns here...
MOTDHTMLFrame:SetHTML( ASSMOTD_HTMLScript )
More lua shit...
[/code]
THAT code works.
Again, how can I make it load from a URL instead?