//======================== // Buyscript //======================== // Console-Text: echo "AlexLoL's Buyscript correctly loaded!" echo "" echo "Press F1 for AK-47 / M4A1" echo "Press F2 for Scout" echo "Press F3 for AWP" echo "Press F4 for Deagle only" echo "Press F5 for Grenades" echo "Press F6 for Armor and Defuser" // Main: alias buy_ak-m4 "buy ak47; buy m4a1" // AK / M4 only alias buy_scout "buy scout" // Scout only alias buy_awp "buy awp" // AWP only alias buy_deagle "buy deagle" // Deagle only alias buy_grenades "buy hegrenade; buy flashbang; buy flashbang; buy smokegrenade" // Grenades only alias buy_armor+defuser "buy vest; buy vesthelm; buy defuser" // Armor + Defuser only // Bindings: bind F1 "buy_ak-m4" bind F2 "buy_scout" bind F3 "buy_awp" bind F4 "buy_deagle" bind F5 "buy_grenades" bind F6 "buy_armor+defuser"