server message

Everything having to do with OpenMW's TES3MP branch.
Post Reply
terrorun
Posts: 1
Joined: 23 Aug 2017, 17:28

server message

Post by terrorun »

can someone please help me in making a login message for new players or even a periodic in game chat box message
davidcernat
Posts: 256
Joined: 19 Jul 2016, 01:02

Re: server message

Post by davidcernat »

Open up your myMod.lua and find these lines:

Code: Select all

        Players[pid]:Registered(data)
        Players[pid]:Message("You have successfully registered.\nUse Y by default to chat or change it from your client config.\n")
Adjust the 2nd line so it contains the information you want.
Post Reply