Re: How to change amount of money in B24!?
The easiest way to change money is to set the difficult to an easier level.
Alternatively, type this in the console:
Code:
ActivityMan:GetActivity():SetTeamFunds(10000, Activity.TEAM_1);
Change 10000 to whatever amount of money you want. If you want to change team 2's money, change TEAM_1 to TEAM_2, and so on.