Buy: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| No edit summary | No edit summary | ||
| Line 8: | Line 8: | ||
| }} | }} | ||
| {{Code|select=1| | {{Code|select=1|buy}} is a non-cheat command for [[player]]s to purchase weapons and equipment with their funds while they are allowed to buy, i.e. if the <tt>'''mp_buytime'''</tt> hasn't expired yet and if they are inside a {{ent|func_buyzone}}. | ||
| {{ModernNote|The command <tt>buy</tt> also exists in {{cs}}, {{cscz}} and {{czds}} but simply opens the buy menu. For that purpose, {{css}} and {{csgo}} have the command <tt>'''[[#buymenu|buymenu]]'''</tt> instead.}} | {{ModernNote|The command <tt>buy</tt> also exists in {{cs}}, {{cscz}} and {{czds}} but simply opens the buy menu. For that purpose, {{css}} and {{csgo}} have the command <tt>'''[[#buymenu|buymenu]]'''</tt> instead.}} | ||
Revision as of 11:46, 8 August 2023
| buy | |
|---|---|
| Type | Console Command | 
| Engine |  Source | 
| Availability |  Counter-Strike: Source  Counter-Strike: Global Offensive | 
buy is a non-cheat command for players to purchase weapons and equipment with their funds while they are allowed to buy, i.e. if the mp_buytime hasn't expired yet and if they are inside a func_buyzone.
Syntax
buy <item alias>
If the command is invoked with invalid or no arguments, it prints a list of valid arguments.
 There is the alternative syntax buy <?> <int>. Template:ModernTodo
 There is the alternative syntax buy <?> <int>. Template:ModernTodo
| 
  Example: "buy awp"tries to buy an AWP. | 
  Example: "buy awp"or"buy 1 18"tries to buy an AWP. Deprecated:Can't buy heavyarmoranymore, independent of mp_weapons_allow_heavyassaultsuit,even though heavyarmor is still listed when invoking buy with invalid or no arguments. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Related Console Commands and Variables
| ConCommand/ConVar | Default value | Description | 
|---|---|---|
| autobuy | ConCommand | Attempts to purchase items with the order listed in cl_autobuy. Buys at most one primary and at most one secondary. | 
| cl_autobuy | "" | A space-delimited list of buy aliases (see above) in the order in which autobuy will attempt to purchase them.  See csgo/autobuy.txt. | 
| rebuy | ConCommand | Attempts to repurchase items with the order listed in cl_rebuy. By default, this results in trying to buy the exact loadout that the executing player had when they had bought something for the last time. | 
| cl_rebuy | "" | A space-delimited list of item categories in the order in which rebuy will attempt to repurchase them. Categories are: PrimaryWeapon, PrimaryAmmo, SecondaryWeapon, SecondaryAmmo, Defuser, Armor, HEGrenade, Flashbang, SmokeGrenade, NightVision (  Molotov, IncGrenade, Decoy, Taser).  See csgo/rebuy.txt. | 
| buymenu | ConCommand | Opens or closes the buy menu.  In  Retakes, shows or hides the loadout cards in the freezetime or during warmup. | 
| mp_buytime |  1.5  90 | The time in  minutes /  seconds from the start of the round that players are still allowed to buy. | 
|  mp_buy_anywhere | 0 | Determines which teams are allowed to buy anywhere in the map and not just in func_buyzones. 
 | 
|  sv_buy_status_override | -1 | Overrides which teams are allowed to buy at all. Changing this value takes effect in the next round. 
 | 
