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?

2

5 Answers

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.

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;
4

Type these:

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

mp_maxmoney 60000

Enables your maximum money to be 60.000

mp_startmoney 60000

To get more than 16k..

Open up console and write:

sv_cheats 1

impulse 101

Note: This will only give you 16000 money, so you will have to redo the command if you spend all.

1

You Might Also Like