Counter-Strike 2

Counter-Strike 2

View Stats:
Bosor Sep 22, 2015 @ 3:40pm
console-commands: Problems with "mp_buytime XX" code. Need help
Hi,
I want to create a cfg to get into a trainingmode with only one command. Therfore I created the following data with this commends:

-------------------------------------------
sv_cheats 1
mp_roundtime 60
mp_freezetime 0
mp_buy_anywhere 1
mp_buytime 60
impulse 101
sv_infinite_ammo 2
sv_grenade_trajectory 1
sv_showimpacts 1
bind , "give weapon_hegrenade"
bind . "give weapon_flashbang"
bind / "give weapon_smokegrenade"
bind ' "give weapon_molotov; give weapon_incgrenade"
echo "Trainingmode activated"
mp_restartgame 1
-------------------------------------------

So... I go to cs:go --> play with bots, starting a deathmatch (without bots), go to the console and load the cfg-data with the code above. Most of the commands are working fine.

Unfortunatly I have some problems left and I don't understand what is the matter with it:

1) I can only buy within the first 7 seconds standard-time. After that time I can not buy anything... why? ("mp_buytime 60" is set!) wrong command?

2) I don't can buy everything availible in that game and I don't know why.

Is there anybody who can help me a little bit with that commands? Would be very kind. :-)
Thx
Bosor
< >
Showing 1-3 of 3 comments
mi.RAGE Miško Feb 6, 2016 @ 3:49am 
mp_buytime is in seconds so 60 means you can buy for 1 min not for whole 1hour as your roundtime ... also you need to set gamemode and gametype to normal cause you might use "gungame" mode wich cant allow you to buy weapons etc
guNax Feb 6, 2016 @ 3:51am 
sv_cheats 1
sv_infinite_ammo 1
sv_grenade_trajectory 1
sv_grenade_trajectory_thickness 0.5
bot_kick
mp_maxmoney 50000
mp_startmoney 50000
mp_freezetime 0
mp_roundtime_defuse 60
mp_buy_anywhere 1
mp_buytime 1000
mp_warmup_end
impulse 101
ammo_grenade_limit_total 5
mi.RAGE Miško Feb 6, 2016 @ 4:07am 
also you can add time to trajectory if you want to check where it goes from different spots
edit also its good to bind noclip
Last edited by mi.RAGE Miško; Feb 6, 2016 @ 4:08am
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Sep 22, 2015 @ 3:40pm
Posts: 3