summaryrefslogtreecommitdiffstats
path: root/Core/playerjoin.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Core/playerjoin.lua')
-rw-r--r--Core/playerjoin.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/Core/playerjoin.lua b/Core/playerjoin.lua
new file mode 100644
index 000000000..884acb66a
--- /dev/null
+++ b/Core/playerjoin.lua
@@ -0,0 +1,5 @@
+function OnPlayerJoined(Player)
+ ShowMOTDTo( Player )
+ AddMessage( Player:GetName() .. " has joined the game", " " )
+ return false
+end \ No newline at end of file