Daily Money Limit

I want to limit the money that can be earned per day. For example when he earned 9000 $ in any job, he cant earn money again in no way for a day or 24 hours. Help me please.

So, with every possible available way to make money.

Add a Trigger event function that asks, how much have they made.

It checks the db for a amount.

If its under the amount, the money earnt goes into the users funds and adds to the db amount, else it doesnt and display alert.

Setup a cron job that makes that unique db feild zero or null every day at x time.

They are the steps you need to do.

Thank you but i cant do this steps, I’m not that good. Is there a ready script that is arranged this way?

To my knowledge, there is not one listed on these forums.