- Edited
Antoine Hello, you can go to your database and in the table users, there is a field named money. You can manually set it to 0, as there's currently no way to reset the money from the website.
You can also run a query like UPDATE users SET money = 0; to reset every user.
thanks this is what i need. But could u add reset button in admin?