TITLE sendMessageToPlayer
MAX_WIDTH

TEXT --{
int sendMessageToPlayer(player, message)

给玩家发送消息

- player (string): 玩家名
- message (string): 消息
}--