@Wulf, are u going to add some new hooks?
Nogrod give me some this strings...
Code:public float GetSuccessChance(Item item) { float single = 0.3f; if (!item.hasCondition) { return single; } float single1 = item.maxCondition / item.info.condition.max; return single * single1 * item.conditionNormalized; }
Solved New hooks for Oxide
Discussion in 'Rust Discussion' started by SannyOK, May 12, 2015.
-
Why they not on oxide?
-
-
Wulf Community Admin
Releases are not made for every commit. Snapshots are available always.
-
-
-
Wulf Community Admin