Jump to content

Error in console

No Response 2.0.0

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.

Share this comment


Link to comment

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

Share this comment


Link to comment

Fix by changing 

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

to 

LogToFile(fileNameSuffix, formatedLogMessage, this, true);

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.5k

Files Sold

Total number of files sold.

1.6m

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.