ConsoleOutput
Prints a message on the server's console.
C# Syntax
void NAPI.Util.ConsoleOutput(string text, object[] args = []);
Parameters
- text: The text to print.
- args: Extra arguments.
Example
// Code here...
Prints a message on the server's console.
void NAPI.Util.ConsoleOutput(string text, object[] args = []);
// Code here...