Code:File: 00-Economics.lua Line: 35 attempt to perform arithmetic on field '?' (a nil value): at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.LuaFunction.Call (System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.Method.LuaDelegate.CallFunction (System.Object[] args, System.Object[] inArgs, System.Int32[] outArgs) [0x00000] in <filename unknown>:0 at LuaGeneratedClass1.CallFunction () [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Timer+TimerInstance.Update () [0x00000] in <filename unknown>:0
MoneyTime
Moved
Total Downloads: 2,413 - First Release: Mar 12, 2015 - Last Update: Dec 12, 2017
- 5/5, 5 likes
-
Wulf Community Admin
-
what does the interval = in realtime?
-
Wulf Community Admin
-
ok thanks
-
does the plugin work in the actual version?
-
This isn't working after the Economics update
-
Wulf Community Admin
-
TY Wulf!
-
this is awesome. have you thought about makeing a feature that can check if the person is afk and if so then he wont get any money?
-
Wulf Community Admin
-
Epic!
-
Awesome plugin, just a quick suggestion for functionality, add support for different permission groups say your server have donators, have the ability in config to assign which permission groups get which rates
, this would help alot of server owners out to promote donatorship.
[DOUBLEPOST=1447543532,1447514472][/DOUBLEPOST]And another one on the suggestions for maybe another plugin, or addition to this one is a welcome bonus once off amount. -
Wulf Community Admin
-
Hey I have an interesting idea, would there be a way that this mod could support say a daily or weekly log in bonus to reward players just for visiting the server from time to time?
-
Wulf Community Admin
-
My Guess would be storing the time when they log in into a data file and then comparing that the next time the log in.
Something along the lines of
Code:onplayerconnect{ if (timenow > (lastlogtime +24hours)) { Give money; lastlogtime=timenow; } else {say "you have " x " time left till next bonus"} }
-
Wulf Community Admin
-
Wulf Community Admin