Page 1 of 1

server message

Posted: 24 Aug 2017, 18:23
by terrorun
can someone please help me in making a login message for new players or even a periodic in game chat box message

Re: server message

Posted: 25 Aug 2017, 04:53
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.