Unlimited cash CSGO practice?

I'm practicing CSGO and I need unlimited money so I can buy whatever I want every round. What is the command for this if there is one?


Solution 1:

Use mp_afterroundmoney 16000, which will give you, and everyone else, up to 16 000 money, which is the maximum, at the start of each round.

Solution 2:

It appears the maximum money a player can have is 65535, the command I'm currently using to make this happen is:

sv_cheats 1;
mp_buy_anywhere 1;
mp_maxmoney 65535;
mp_startmoney 65535;
mp_afterroundmoney 65535;
mp_restartgame 1;