Перейти к содержанию

ConsoleOutput

Материал из RAGE MP Wiki Archive
Версия от 08:56, 29 ноября 2019; imported>Xabi (Created page with "Prints a message on the server's console. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Util.ConsoleOutput(string text, object[] arg...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Prints a message on the server's console.


<syntaxhighlight lang="csharp">void NAPI.Util.ConsoleOutput(string text, object[] args = []);</syntaxhighlight>

Parameters

  • text: The text to print.
  • args: Extra arguments.


Example

<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>