2012-01-26 22:44:37 +00: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 23:05:12 +00:00
|
|
|
Player:SendMessage( cChatColor.Gold .. "http://www.mcserver.org/" );
|
2012-01-26 22:44:37 +00:00
|
|
|
Player:SendMessage( cChatColor.Gold .. "Type /help for all commands" );
|
|
|
|
|
end
|