Economics reward not workingFixed
Hi,

The Economics coin reward isn't working correctly for me. It shows the message on the screen saying they have earned X amount of coins but it doesn't apply it to their balance.

Have I perhaps missed something?
You have Economics installed and it is working ok?  Shoot me the config and I will check it.
Yeah, Economics is installed and working fine and with other mods. PM sent.
5b5c36c6b9361.png mspeedie
You have Economics installed and it is working ok?  Shoot me the config and I will check it.
The plugin is trying to send an int, not a double. Casting to double would fix it.
Economics?.Call("Deposit", player.userID, (double)amount);​
doh!   Thanks Wulf.
Locked automatically