Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. //Skrypt na net graph równocześnie z tabelą:
  2.  
  3. net_graph "1"
  4. net_graphheight "9999"
  5. alias "+scorenet" "+showscores; net_graphheight 0"
  6. alias "-scorenet" "-showscores; net_graphheight 9999"
  7. bind "TAB" "+scorenet"
  8.  
  9. //Skrypt na QQ:
  10.  
  11. alias "+switch" "lastinv"
  12. alias "-switch" "lastinv"
  13. bind "q" "+switch"
  14.  
  15. // JUMPTHROW
  16.  
  17. alias "+jumpthrow" "+jump;-attack"
  18. alias "-jumpthrow" "-jump"
  19. bind "o" "+jumpthrow"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement