Advertisement
Pr0nogo

Untitled

Nov 9th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. // This list of "buy aliases" is used by the AutoBuy system.
  2. // The system begins with the first alias in the list, and attempts to purchase it.
  3. // If a primary weapon is successfully purchased, all later primary weapon aliases are skipped.
  4. // Similarly, secondary weapon buy alias are skipped once a seconary weapon has been purchased.
  5. // You can customize this file to reflect your weapon and equipment preferences and priorities.
  6. //
  7. // Attempting to purchase a weapon that shares a slot with another weapon on that team
  8. // (like the m4a1 and m4a1_silencer), will purchase the weapon currently equipped in that slot if possible.
  9. //
  10. // The console command for autobuy is "autobuy"
  11. //
  12. // The available buy aliases and their names as shown on the buy menu are:
  13. // (Many weapons have more than one buy alias)
  14. //
  15. // galil
  16. // galilar
  17. // ak47
  18. // scout
  19. // sg552
  20. // awp
  21. // g3sg1
  22. // famas
  23. // m4a1
  24. // m4a1_silencer
  25. // aug
  26. // sg556
  27. // scar20
  28. // ssg08
  29. // glock
  30. // deagle
  31. // elite
  32. // fn57
  33. // hkp2000
  34. // usp_silencer
  35. // p250
  36. // tec9
  37. // taser
  38. // xm1014
  39. // mag7
  40. // mac10
  41. // ump45
  42. // p90
  43. // bizon
  44. // mp7
  45. // mp9
  46. // m249
  47. // negev
  48. // nova
  49.  
  50. // primammo
  51. // secammo
  52.  
  53. // vest
  54. // vesthelm
  55. // flashbang
  56. // hegrenade
  57. // smokegrenade
  58. // molotov
  59. // incgrenade
  60. // decoy
  61. // defuser
  62.  
  63.  
  64. ////------- BUY LIST SHOUlD GO HERE -------////
  65.  
  66. vesthelm
  67. vest
  68. awp
  69. m4a1
  70. aug
  71. ak47
  72. sg556
  73. defuser
  74. flashbang
  75. famas
  76. galilar
  77. scout
  78. xm1014
  79. mp7
  80. negev
  81. ump45
  82. molotov
  83. smokegrenade
  84. m249
  85. mac10
  86. bizon
  87. nova
  88. hegrenade
  89. deagle
  90. fn57
  91. tec9
  92. decoy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement