GuardiaNES420

PhoneFling script for GMOD

Oct 22nd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. //PhoneFling script created by GuardiaNES (Helmut Heckler)
  2. //Paste into "autoexec.cfg"
  3. //when starting gmod put "exec autoexec" into the console
  4. //In game: Hold mouse3 to spawn, scroll with wheel and let go.
  5.  
  6. alias "phys80" "physgun_wheelspeed 80"
  7. alias "phys10" "physgun_wheelspeed 10"
  8.  
  9. bind "UpArrow" "phys80"
  10. bind "DownArrow" "phys10"
  11.  
  12. alias "+PhoneFling" "+attack; gm_spawn models/props/cs_office/phone.mdl; phys80"
  13. alias "-PhoneFling" "-attack; phys10"
  14.  
  15. bind "mouse3" "+PhoneFling"
Advertisement
Add Comment
Please, Sign In to add comment