Re: How to change in-game starting funds?
Or you can open the lua console in-game and write this code:
Code:
ActivityMan:GetActivity():SetTeamFunds(10000,0)
Being the first number the amount of funds and the second one for the team (-1 for no team, 0 for team 1, 1 for team 2, 2 for team 3 and 3 for team 4).