Advertisement
mon

aaaaa

mon
Jul 18th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. // mono's buyscript
  2. // ----------------------
  3.  
  4. // Alias (Abbreviations for weapon combinations)
  5. alias "m4a1/ak47" "buy m4a1;buy ak47"
  6. alias "aug/sg556" "buy aug;buy sg556"
  7. alias "galilar/famas" "buy galilar;buy famas"
  8. alias "g3sg1/scar20" "buy g3sg1; buy scar20"
  9. alias "vesthelm/vest" "buy vesthelm;buy vest"
  10. alias "incgrenade/molotov" "buy incgrenade;buy molotov"
  11. // ------------------------------------
  12.  
  13. // Actual bindings (Abbreviations are used here)
  14. bind "KP_MULTIPLY" "buy smokegrenade"
  15. bind "KP_MINUS" "buy vesthelm"
  16. bind "KP_PLUS" "buy flashbang"
  17. bind "KP_ENTER" "buy hegrenade"
  18. bind "KP_DEL" "buy decoy"
  19. bind "KP_INS" "incgrenade/molotov"
  20. bind "KP_SLASH" "buy defuser"
  21. // ------------------------------------
  22.  
  23. // Confirmation message
  24. Echo "Buy script loaded successfully."
  25. // ------------------------------------
  26.  
  27. grenades only
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement