A bunnyhop timer plugin for Counter-Strike: Source, Counter-Strike: Global Offensive and Team Fortress 2.
Go to file
2015-07-09 20:33:22 +03:00
include Create a repository 2015-07-09 20:32:19 +03:00
.gitattributes 🍭 Added .gitattributes & .gitignore files 2015-07-09 20:29:31 +03:00
.gitignore 🍭 Added .gitattributes & .gitignore files 2015-07-09 20:29:31 +03:00
README.md typo fix 2015-07-09 20:33:22 +03:00
shavit-core.sp Create a repository 2015-07-09 20:32:19 +03:00
shavit-hud.sp Create a repository 2015-07-09 20:32:19 +03:00
shavit-misc.sp Create a repository 2015-07-09 20:32:19 +03:00
shavit-wr.sp Create a repository 2015-07-09 20:32:19 +03:00
shavit-zones.sp Create a repository 2015-07-09 20:32:19 +03:00

Download

shavit's simple bhop timer

a bhop server should be simple

Mapzones' setup demonstration

Requirements:

Optional requirements:

  • DHooks - required for static 250 prestrafe (bhoptimer 1.2b and above)

AlliedModders thread

Use it to troubleshoot errors without needing my help!

Installation:

  1. Add a database entry in addons/sourcemod/configs/databases.cfg, call it "shavit"
"Databases"
{
	"driver_default"		"mysql"
	
	// When specifying "host", you may use an IP address, a hostname, or a socket file path
	
	"default"
	{
		"driver"			"default"
		"host"				"localhost"
		"database"			"sourcemod"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}
	
	"shavit"
	{
		"driver"         "mysql"
		"host"           "localhost"
		"database"       "shavit"
		"user"           "root"
		"pass"           ""
	}
}
  1. Copy the desired .smx files to your plugins (addons/sourcemod/plugins) folder
  2. Restart your server.

Required plugins:

shavit-core - no other plugin will work without it. shavit-zones - wouldn't really call it required but it's actually needed to get your timer to start/finish.

Todo for 1.2b release

  • + create a github repo

shavit-core:

  • * make a better check of game engine instead of using a directory
  • + sm_pause
  • + sm_resume

shavit-misc:

  • + cvar "shavit_misc_godmode" 0 - nothing 1 - only world damage 2 - only player damage 3 - full godmode
  • + 250 maxspeed for every pistol

shavit-zones:

  • + player slaying zone
  • + cvar "shavit_zones_style" 0 - 3d (default) 1 - 2d