pabp / ssj

Fixed version of SSJ: Advanced by alkatrazbhop for CSGO.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

SSJ: Advanced

Modified version of SSJ: Advanced by alkatrazbhop.

Jump stats plugin intended for use on bhop servers.

The features (all except the first are toggleable):

  • Count your jumps.
  • 3 modes: display stats of every jump; display stats only of the sixth jump; display stats of every sixth jump.
  • Display your current speed every time you perform a bunnyhop.
  • Calculate and display the amount of speed gained per jump.
  • Display height difference between surfaces of the current and the previous jump.
  • Calculate and display sufficiency ('gained speed/max possible gain' ratio) of your strafes.
  • Calculate and display efficiency ('achieved distance/max possible distance' ratio) of your strafes.
  • Calculate and display synchronization of your movement.
  • Display stats of the player you spectate.

How to use:

  • Open the menu either by typing '!ssj' in chat, or 'sm_ssj' in console.
  • Toggle all the features to your liking.
  • Close the menu (optional).

Installation:

• Copy the 'ssj.smx' to your server's '\addons\sourcemod\plugins\' directory.
• Load the plugin by typing the following into the server's console: 'sm plugins load ssj'

Cvars:

  • ssj_msgstart "{green}[SSJ] "              – prefix, this precedes the main message;
  • ssj_msgtext "{lightblue}"                 – main message's color, can also include any text;
  • ssj_msgvar "{darkred}"                    – variables' color, can also include any text;

Colors:

  • {default}
  • {darkred}
  • {green}
  • {lightgreen}
  • {red}
  • {blue}
  • {olive}
  • {lime}
  • {lightred}
  • {purple}
  • {grey}
  • {orange}
  • {bluegrey}
  • {lightblue}
  • {darkblue}
  • {grey2}
  • {orchid}
  • {lightred2}

About

Fixed version of SSJ: Advanced by alkatrazbhop for CSGO.


Languages

Language:SourcePawn 57.0%Language:C++ 43.0%