Jump to content

plugin compile problem on Carbon

Closed 1.4.7 1.4.9

mrc_sdl

Posted

Hey when loading your Plugin ill get this error.

 

Failed compiling '/home/container/carbon/plugins/OxidationMetadata.cs':
  1. A value of type 'void' may not be assigned. [CS8209]
     (OxidationMetadata 6 line 79)

kasvoton

Posted

This seems to be an issue with Carbon for Interface.Oxide.UnloadPlugin, the signature on Oxide is "bool Interface.Oxide.UnloadPlugin" and on Carbon it's "void Interface.Oxide.UnloadPlugin".

In the meanwhile search for "_ = Interface.Oxide.UnloadPlugin(Name);" and replace it with "Interface.Oxide.UnloadPlugin(Name);"

kasvoton

Posted

Changed Status from Pending to Closed

Changed Fixed In to 1.4.9

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.6k

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.