Advertisement
HoustonEX

Engineer.cfg Houston

Feb 7th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1.  
  2. echo "Engineer Config Loaded; UPARROW=Build/Destroy Sentry; LEFTARROW=Build/Destroy Tele Entry; RIGHTARROW=Build/Destroy Tele Exit; DOWNARROW=Build/Destroy Dispenser"
  3. unbind "f1"
  4. unbind "f2"
  5. unbind "f3"
  6. unbind "f4"
  7. alias "Sentry" "destroy 2 0; build 2 0"
  8. alias "TeleEntry" "destroy 1 0; build 1 0"
  9. alias "TeleExit" "destroy 1 1; build 1 1"
  10. alias "Dispenser" "destroy 0 0; build 0 0"
  11. bind "f1" "Sentry"
  12. bind "f3" "TeleEntry"
  13. bind "f2" "Dispenser"
  14. bind "f4" "TeleExit"
  15.  
  16.  
  17.  
  18. viewmodel_fov 99
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement