khanat-opennel-code/code/ryzom/server/src/input_output_service/ios_pd.pds
acemtp@users.sourceforge.net d5c601ffa5 initial version
2010-05-06 02:08:41 +02:00

30 lines
494 B
Text

db IOSPD "ios_pd"
{
usepch "stdpch.h"
/*
* Chat Logging
*/
file "ios_chat_log"
{
logmsg CreateTeam(CEntityId team)
{
"Player team $team$ created"
}
logmsg DeleteTeam(CEntityId team)
{
"Player team $team$ deleted"
}
logmsg PlayerJoinsTeam(CEntityId player, CEntityId team)
{
"Player $player$ joins team $team$"
}
logmsg PlayerLeavesTeam(CEntityId player, CEntityId team)
{
"Player $player$ leaves team $team$"
}
}
}