Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //PhoneFling script created by GuardiaNES (Helmut Heckler)
- //Paste into "autoexec.cfg"
- //when starting gmod put "exec autoexec" into the console
- //In game: Hold mouse3 to spawn, scroll with wheel and let go.
- alias "phys80" "physgun_wheelspeed 80"
- alias "phys10" "physgun_wheelspeed 10"
- bind "UpArrow" "phys80"
- bind "DownArrow" "phys10"
- alias "+PhoneFling" "+attack; gm_spawn models/props/cs_office/phone.mdl; phys80"
- alias "-PhoneFling" "-attack; phys10"
- bind "mouse3" "+PhoneFling"
Advertisement
Add Comment
Please, Sign In to add comment