2012-01-26 14:44:37 -08:00
|
|
|
function HandleMOTDCommand( Split, Player )
|
|
|
|
ShowMOTDTo( Player )
|
|
|
|
return true
|
|
|
|
end
|
|
|
|
|
|
|
|
function ShowMOTDTo( Player )
|
|
|
|
Player:SendMessage( cChatColor.Gold .. "Welcome to the MCServer test server!" );
|
2012-08-22 16:05:12 -07:00
|
|
|
Player:SendMessage( cChatColor.Gold .. "http://www.mcserver.org/" );
|
2012-01-26 14:44:37 -08:00
|
|
|
Player:SendMessage( cChatColor.Gold .. "Type /help for all commands" );
|
|
|
|
end
|