How do I bind a key to buy (e.g) a pistol in Condition Zero.
In Counterstrike all I need to do is
bind KP_5 "buy deagle"
But in CZ all this does is bring up the first screen of the buy menu. I've
also tried
bind KP_5 "buy; menuselect 1; menuselect 4"
bind KP_5 "buy nighthawk"
bind KP_5 "buy weapon_deagle"
bind KP_5 "buy; wait; wait; menuselect 1; wait; wait; menuselect 4"
bind KP_5 "buy; ms1; ms4"
All of which do either nothing or just bring up the first page.
The config file is definitely being loaded (I've put echo <config_filename>
at the end of all my config files so I can see when they're being loaded).
Other key binds, for example, to switch weapons or to say certain things all
work fine.
It's probably something obvious, but it's driving me a bit mad.....
Tx,
D
> How do I bind a key to buy (e.g) a pistol in Condition Zero.
>
[quoted text clipped - 15 lines]
> work fine.
> It's probably something obvious, but it's driving me a bit mad.....
Not sure, but I think CZ you don't need to specify the buy part, just
give the weapon name.
http://www.counter-script.net/index.php?id=48#faqcz_6
CZ also has preset buys.

Signature
PiG$$
Currently playing : Stubbs the Zombie, GTA:San Andreas
Always playing : CS:Source, CS
David Rand - 31 Mar 2006 23:49 GMT
I tried buying the weapon directly but no joy. I had wanted something a bit
more flexible than the preset buys, but guess I'll have to stick with these.
Thanks anyway PiG$$
Dave
>> How do I bind a key to buy (e.g) a pistol in Condition Zero.
>>
[quoted text clipped - 26 lines]
>
> CZ also has preset buys.