Jump to content

Error in console

No Response 2.0.0

BetterDeadThanZed

Posted

I just noticed this in my console:

 

Error while compiling: PatrolHeliRework.cs(303,65): error CS1739: The best overloaded method match for `Oxide.Plugins.CSharpPlugin.LogToFile(string, string, Oxide.Core.Plugins.Plugin, bool, bool)' does not contain a parameter named `timeStamp'

I am not sure if the plugin is actually working and just throwing the error or not. I haven't had time to test it.

The Real Butter

Posted (edited)

Error while compiling: PatrolHeliRework.cs(303,65): error CS1739: The best overloaded method match for `Oxide.Plugins.CSharpPlugin.LogToFile(string, string, Oxide.Core.Plugins.Plugin, bool, bool)' does not contain a parameter named `timeStamp'


Getting this as well. It  wont even make the Config files.

Edited by The Real Butter
Meyverick

Posted

Changed Status from Pending to No Response

DaMarkson

Posted

Fix by changing 

LogToFile(fileNameSuffix, formatedLogMessage, this, timeStamp:false);

to 

LogToFile(fileNameSuffix, formatedLogMessage, this, true);
BetterDeadThanZed

Posted

I posted this in March. I'm not sure it's even an issue still.

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

103.5k

Files Sold

Total number of files sold.

2.1m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.