The following error is new to the bank plugin with todays wipe.
Error while compiling: Bank.cs(238,36): error CS0030: Cannot convert type `ItemContainerId' to `int'
Thanks,
Tim
Error compiling the plugin with todays updateFixed
Bank - Failed to compile: Bank.cs(238,36): error CS0030: Cannot convert type `ItemContainerId' to `int'
Error while compiling: Bank.cs(238,36): error CS0030: Cannot convert type `ItemContainerId' to `int'
Also have been waiting for update
Hi guys
I had the same problem, so I looked into the cause. If you open the Bank.cs file and change line 236 from:
if ((int)container.uid == 0)
to
if (container.uid.Value == 0)
Then plugin will compile and seems to work as intended.
I hope it will be of use to you.
DavidHi guys
I had the same problem, so I looked into the cause. If you open the Bank.cs file and change line 236 from:
if ((int)container.uid == 0)
toif (container.uid.Value == 0)
Then plugin will compile and seems to work as intended.I hope it will be of use to you.
thx worksΒ π
Thank you, so much, David!
David, your a saint!
Awesome, Thank you David
Just uploaded a hotfix. Thank you for helping out David :)
I love the plugin - so I am happy I could help little.
I'm still getting this error even with that line replaced.Β
Failed compiling '/home/container/carbon/plugins/Bank.cs'
junkFOx
I'm still getting this error even with that line replaced.Β
Failed compiling '/home/container/carbon/plugins/Bank.cs'
Β
We don't offer support for Carbon, I would recommend using their support system to resolve your issue.