This plugin allows players to navigate through maps using zip lines, adding a new level of excitement and creativity to the game. (This plugin is discontinued)
- The sound effect for using the zip line only plays at the location where the player starts riding the zip line.
- While ziplining, crouching can sometimes get you in ground.
const int ZIPLINE_REACH_LIMIT = 100;
const int ZIPLINE_SPEED = 450;
const int ZIPLINE_OFFSET = -70;
You can extract zipline pole model and textures from map using VIDE (Valve Integrated Development Environment)
You can decompile map using BSP Source
Zipline Pole 3D Model: Zipline Pole
(Missed CSGO :/)