Hi @k1lly0u,
Just a heads up the economics hook in this plugin needs updating to the latest version which uses a double, not an int. Currently no Coins are deposited to players.
Currently used:
Deposit(string playerID, int amount)
New hook:
Thanks in advance k1ll! Appreciate all your hard work :)
Just a heads up the economics hook in this plugin needs updating to the latest version which uses a double, not an int. Currently no Coins are deposited to players.
Currently used:
Deposit(string playerID, int amount)
New hook:
bool Deposit(string playerId, double amount)Thanks in advance k1ll! Appreciate all your hard work :)