its says it adds to balance for me but doesnt actually alter and in game balances
Money time brokenFixed
same issue here, i think its between both this and economics where the issue lays.
my players reported the same issue. also using economics
same for me
its Economics guy im almost 100 percent sure as that is the mod that saves all the players rewards etc money time pays it out, economics is like the bank and well gui shop is the shop u spend it lol, but i can still manually give my players coins with this command in console. deposit * 20ย ย ย ย the 20 is just an example and the * is all player just put the steam id of a player u want to give directly.
๐คฃmmmm
so if you roll back to second last update of moneytime its compatible with economics and the rewards start saving again, this is a easy fix until the dev of economics makes his plugin compatible with money time. turn off moneytimes auto update too.
Economics v3.9.1 and MoneyTime v2.2.0.
In MoneyTime.cs, line 271 reads:
Economics.Call("Deposit", player, amount);โ
Change it to:
Economics.Call("Deposit", player.Id, amount); //Trader08 was player instead of player.Id
it say you recieve 100 and nothing add to accountย
Trader08Economics v3.9.1 and MoneyTime v2.2.0.
In MoneyTime.cs, line 271 reads:Economics.Call("Deposit", player, amount);โ
Change it to:
Economics.Call("Deposit", player.Id, amount); //Trader08 was player instead of player.Id
As Trader said, make this change and it will work. The dev has made a error and put player instead of player.Id, which it should be. I'm sure they will fix it soon.
Locked automatically