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

SetLogRemoteEventParamParserExceptions

Материал из RAGE MP Wiki Archive

Toggles the log remote event param parser exceptions.


void NAPI.Server.SetLogRemoteEventParamParserExceptions(bool toggle);

Parameters

  • toggle: parameter input should be in bool type

Example

<syntaxhighlight lang="csharp"> NAPI.Server.SetLogRemoteEventParamParserExceptions(false); </syntaxhighlight>