SetCommandErrorMessage
Sets the command error message.
C# Syntax
void NAPI.Server.SetCommandErrorMessage(string msg);
Parameters
- msg: parameter input should be in string type
Example
NAPI.Server.SetCommandErrorMessage("Error men");
Sets the command error message.
void NAPI.Server.SetCommandErrorMessage(string msg);
NAPI.Server.SetCommandErrorMessage("Error men");