[This is preliminary documentation and is subject to change.]
Broadcasts a message to all online players except one.
Shorthand for Server.Players.Except(except).Message
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
[StringFormatMethodAttribute("message")] public static void Message( Player except, string message, params Object[] formatArgs )