KZTimer jumpstats cs:go
former module of KZTimer (https://forums.alliedmods.net/showthread.php?t=223274)
unique release without prestrafe function and no future updates and bug fixes for this standalone version,
--------
Database setup:former module of KZTimer (https://forums.alliedmods.net/showthread.php?t=223274)
unique release without prestrafe function and no future updates and bug fixes for this standalone version,
--------
Add the following to your database.cfg (addons\sourcemod\configs\database.cfg)
Code: Select all
"kzjumpstats"
{
"driver" "sqlite"
"host" "localhost"
"database" "kzjumpstats-sqlite"
"user" "root"
"pass" ""
}
Server cvars:
js_dist_min_bhop - Minimum distance for bhops to be considered good (client msg)
js_dist_pro_bhop - Minimum distance for bhops to be considered pro (client: perfect quake sound,all: green chat message)
js_dist_leet_bhop - Minimum distance for bhops to be considered leet (client: godlike quake sound,all: red chat message)
js_dist_min_multibhop - Minimum distance for multi bhops to be considered good...
js_dist_pro_multibhop - Minimum distance for multi bhops to be considered pro...
js_dist_leet_multibhop - Minimum distance for multi bhops to be considered leet...
js_dist_min_lj - Minimum distance for longjumps to be considered good...
js_dist_pro_lj - Minimum distance for longjumps to be considered pro...
js_dist_leet_lj - Minimum distance for longjumps to be considered leet...
js_dist_min_wj - Minimum distance for weirdjumps to be considered good...
js_dist_pro_wj - Minimum distance for weirdjumps to be considered pro...
js_dist_leet_wj - Minimum distance for weirdjumps to be considered leet...
js_dist_min_dropbhop - Minimum distance for dropbhop to be considered good...
js_dist_pro_dropbhop - Minimum distance for dropbhop to be considered pro...
js_dist_leet_dropbhop - Minimum distance for dropbhop to be considered leet...
(default values untested)
Client commands:
!stats - displays your jumpstats (menu)
!jumptop - top menu (top 20 lj,wj,bhop,multibhop,dropbhop) (menu)
!speed/!showkeys - displays speed, keys and last jump distance (center panel)
!ljblock - registers a lj block
!sync - on/off strafe sync in chat
!sound - on/off quake sounds
!colorchat - on/off jumpstats messages of others in chat
Admin commands (z flag):
!resetjumpstats,
!resetallljrecords, !resetallljblockrecords, !resetallbhoprecords, resetallwjrecords, !resetallmultibhoprecords, resetalldropbhoprecords
!resetplayerjumpstats (for given steamid)
!resetljrecord, !resetwjrecord, !resetbhoprecord, !resetdropbhoprecord, !resetmultibhoprecord (for given steamid)
Download