ConsoleOutput

From RAGE Multiplayer Wiki

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...