From 0623a4f9be1c21651ea212f7b4d86136a67ddffe Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 27 Jul 2013 16:16:04 +0100 Subject: Added the new core as a subtree. --- Core/playerjoin.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Core/playerjoin.lua (limited to 'Core/playerjoin.lua') 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 -- cgit v1.2.3