Brush ladders: Difference between revisions
Jump to navigation
Jump to search
TobyTurbo64 (talk | contribs) (Created page with "= Introduction = This tutorial covers how you can allow the use of brush ladders in your Source 2013 modification. After completing this tutorial, you will be able to create...") |
TobyTurbo64 (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
== gamemovement.cpp == | == gamemovement.cpp == | ||
Open the gamemovement.cpp file and find the line that reads "// [sbodenbender] make ladders easier to climb in cstrike" |
Revision as of 05:35, 14 October 2018
Introduction
This tutorial covers how you can allow the use of brush ladders in your Source 2013 modification. After completing this tutorial, you will be able to create ladders like you would in CS:GO or Gmod.
gamemovement.cpp
Open the gamemovement.cpp file and find the line that reads "// [sbodenbender] make ladders easier to climb in cstrike"