Error while compiling Space: 'PlayerInventory' does not contain a definition for 'AllItems' and no accessible extension method 'AllItems' accepting a first argument of type 'PlayerInventory' could be found (are you missing a using directive or an assembly reference?) | Line: 4631, Pos: 60
For the 1.4.1 Version to fix the compile error:
'Error while compiling Space: 'Space.MovableBaseMountable.GetDismountPosition(BasePlayer, out Vector3, bool)': no suitable method found to override | Line: 4105, Pos: 34'
Simply replace line 4105 with 'public override bool GetDismountPosition(BasePlayer player, out Vector3 res)' and it will work.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.