july update
[Error] Error while compiling: GuardedCrate.cs(510,28): error CS1501: No overload for method `GetWaterDepth' takes `1' arguments
[Error] Error while compiling: GuardedCrate.cs(510,28): error CS1501: No overload for method `GetWaterDepth' takes `1' argumentsSolved
I got this too but, i found a temporary fix with this new line :
if (WaterLevel.GetWaterDepth(position, true, true) > 0.1f || WaterLevel.Test(position, true, true))
Replace this in line 508
Just a reminder, this is just a temporary solution that may break the module, and I don't want to interfere with Bazz3l's work. I'm only here to help! :)
pyrozaineI got this too but, i found a temporary fix with this new line :
if (WaterLevel.GetWaterDepth(position, true, true) > 0.1f || WaterLevel.Test(position, true, true))
Replace this in line 508
Just a reminder, this is just a temporary solution that may break the module, and I don't want to interfere with Bazz3l's work. I'm only here to help! :)
Great, thanks!
RESOLVED
There is only one God and his name is NIVEX
Locked automatically