Added the new core as a subtree.
This commit is contained in:
5
Core/playerjoin.lua
Normal file
5
Core/playerjoin.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
function OnPlayerJoined(Player)
|
||||
ShowMOTDTo( Player )
|
||||
AddMessage( Player:GetName() .. " has joined the game", " " )
|
||||
return false
|
||||
end
|
||||
Reference in New Issue
Block a user