Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. // T'Paal Ground
  2.  
  3. // Primary Fire
  4. 1 "+TrayExecByTray 0 0$$ +TrayExecByTray 0 4$$ +TrayExecByTray 0 6$$ +TrayExecByTray 0 7$$ +TrayExecByTray 1 4$$ +TrayExecByTray 1 5$$ +TrayExecByTray 1 5"
  5.  
  6. // Secondary
  7. 2 "+TrayExecByTray 0 1$$ +TrayExecByTray 0 8$$ +TrayExecByTray 1 0"
  8.  
  9. // Melee
  10. 3 "+TrayExecByTray 0 2$$ +TrayExecByTray 0 5"
  11.  
  12. // Tactical Initiative
  13. Ctrl+2 "+TrayExecByTray 1 1"
  14. c "+crouch$$ +aim"
  15.  
  16. Ctrl+Numpad9 "e dance_shuffle"
  17.  
  18. // Costumes
  19. Numpad0 "setactivecostume 0 0"
  20. Numpad1 "setactivecostume 0 1"
  21. Numpad2 "setactivecostume 0 2"
  22. Numpad3 "setactivecostume 0 3"
  23. Numpad4 "setactivecostume 0 4"
  24. Numpad5 "setactivecostume 0 5"
  25. Numpad6 "setactivecostume 0 6"
  26. Numpad7 "setactivecostume 0 7"
  27. Numpad8 "setactivecostume 0 8"
  28. Numpad9 "setactivecostume 0 9"
  29.  
  30. // CLR Toggle
  31. Ctrl+y "combatlog 0$$ ChannelSend OMGBBQ - CLR Off -"
  32. Ctrl+x "combatlog 1$$ ChannelSend OMGBBQ - CLR On -"
  33.  
  34. // Reload Bind file
  35. Ctrl+< "bind_load_file TPaal_Ground.txt$$ ChannelSend OMGBBQ - Binds Reloaded -"
  36. // Load Bind File for NTTE
  37. Ctrl+numpadenter "bind_load_file TPaal_NTTE.txt$$ ChannelSend OMGBBQ - Binds Reloaded -"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement