• MOTD. - Link.
    2 replies, posted
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?
[code] MOTDHTMLFrame:OpenURL( "www.google.com" ) [/code]
Thanks, that works.
Sorry, you need to Log In to post a reply to this thread.