ok, so, I have this file, wich is a .txt file I think :
// This list of "buy aliases" is used by the AutoBuy system.
// The system begins with the first alias in the list, and attempts to purchase it.
// If a primary weapon is successfully purchased, all later primary weapon aliases are skipped.
// Similarly, secondary weapon buy alias are skipped once a seconary weapon has been purchased.
// You can customize this file to reflect your weapon and equipment preferences and priorities.
//
// The console command for autobuy is "autobuy"
//
// The available buy aliases and their names as shown on the buy menu are:
// (Many weapons have more than one buy alias)
//
// galil - IDF Defender
// ak47 - CV-47
// scout - Schmidt Scout
// sg552 - Krieg 552
// awp - Magnum Sniper Rifle
// g3sg1 - D3/AU1
// famas - Clarion 5.56
// m4a1 - Maverick M4A1 Carbine
// aug - Bullpup
// sg550 - Krieg 550 Commando
// glock - 9x19mm Sidearm
// usp - KM .45 Tactical
// p228 - 228 Compact
// deagle - Night Hawk .50C
// elite - .40 Dual Elites
// fiveseven - ES Five-Seven
// m3 - Leone 12 Gauge Super
// xm1014 - Leone YG1265 Auto Shotgun
// mac10 - Ingram MAC-10
// tmp - Schmidt Machine Pistol
// mp5navy - KM Sub-Machine Gun
// ump45 - KM UMP45
// p90 - ES C90
// m249 - M249
// primammo - Primary Ammo
// secammo - Secondary Ammo
// vest - Kevlar
// vesthelm - Kevlar+Helmet
// flashbang - Flashbang
// hegrenade - HE Grenade
// smokegrenade - Smoke Grenade
// nvgs - Nightvision
// defuser - Defusal Kit
m4a1
ak47
famas
galil
p90
mp5
primammo
secammo
defuser
vesthelm
vest
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This is the original autobuy script, but, in the upper section, they say that we can customize it, so i tried to do it, with my favourite configuration for zombie servers.
// This list of "buy aliases" is used by the AutoBuy system.
// The system begins with the first alias in the list, and attempts to purchase it.
// If a primary weapon is successfully purchased, all later primary weapon aliases are skipped.
// Similarly, secondary weapon buy alias are skipped once a seconary weapon has been purchased.
// You can customize this file to reflect your weapon and equipment preferences and priorities.
//
// The console command for autobuy is "autobuy"
//
// The available buy aliases and their names as shown on the buy menu are:
// (Many weapons have more than one buy alias)
//
// galil - IDF Defender
// ak47 - CV-47
// scout - Schmidt Scout
// sg552 - Krieg 552
// awp - Magnum Sniper Rifle
// g3sg1 - D3/AU1
// famas - Clarion 5.56
// m4a1 - Maverick M4A1 Carbine
// aug - Bullpup
// sg550 - Krieg 550 Commando
// glock - 9x19mm Sidearm
// usp - KM .45 Tactical
// p228 - 228 Compact
// deagle - Night Hawk .50C
// elite - .40 Dual Elites
// fiveseven - ES Five-Seven
// m3 - Leone 12 Gauge Super
// xm1014 - Leone YG1265 Auto Shotgun
// mac10 - Ingram MAC-10
// tmp - Schmidt Machine Pistol
// mp5navy - KM Sub-Machine Gun
// ump45 - KM UMP45
// p90 - ES C90
// m249 - M249
// primammo - Primary Ammo
// secammo - Secondary Ammo
// vest - Kevlar
// vesthelm - Kevlar+Helmet
// flashbang - Flashbang
// hegrenade - HE Grenade
// smokegrenade - Smoke Grenade
// nvgs - Nightvision
// defuser - Defusal Kit
p90
deagle
smokegrenade
hegrenade
flashbang
primammo
secammo
defuser
vesthelm
vest
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
So this it what I want, i edit it, I save it, like modgers ask, and I start counter-strike, when I press my button, for autobuy, I put it "P", I just hear a click sound, nothing more. I press "b", for to buy menu, and i need to manually buy, for the first time, because for the second round i use rebuy. My file seem to be ok, i don't put too much thing, but it refuse to work, and I don't know why. This is tha part where I need your help, thanks.