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