5 lines
134 B
Lua
5 lines
134 B
Lua
|
function OnPlayerJoined(Player)
|
||
|
ShowMOTDTo( Player )
|
||
|
AddMessage( Player:GetName() .. " has joined the game", " " )
|
||
|
return false
|
||
|
end
|