4 lines
74 B
Lua
4 lines
74 B
Lua
|
function OnPlayerJoin( Player )
|
||
|
ShowMOTDTo( Player )
|
||
|
return false
|
||
|
end
|