SetCommandErrorMessage
Внешний вид
Sets the command error message.
void NAPI.Server.SetCommandErrorMessage(string msg);
Parameters
- msg: parameter input should be in string type
Example
<syntaxhighlight lang="csharp"> NAPI.Server.SetCommandErrorMessage("Error men"); </syntaxhighlight>