Jump to content

plugin not loading

Closed 1.0.7

zulg
zulg

Posted

getting this error when i load plugin Error while compiling: CAltimeter.cs(292,88): error CS1061: Type `MiniCopter' does not contain a definition for `fuelSystem' and no extension method `fuelSystem' of type `MiniCopter' could be found. Are you missing an assembly reference?

Skillz

Posted

I get the same error for almost 2 months now. Author doesn't seem to be actively wanting to fix it.

Guest

Posted

Changed Status from Pending to Closed

Roger93

Posted

Change your function GetFuelAmount  to the following               

 

public int GetFuelAmount() => (entity.GetParentEntity() as MiniCopter)?.GetFuelSystem()?.GetFuelAmount() ?? 0;      

 

1.5m

Downloads

Total number of downloads.

7.3k

Customers

Total customers served.

108.6k

Files Sold

Total number of files sold.

2.2m

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.