0% found this document useful (0 votes)
19 views6 pages

New Text Document

asd

Uploaded by

bishgayassmf123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views6 pages

New Text Document

asd

Uploaded by

bishgayassmf123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 6

// Config of JumpStats by BorJomi

// Version 2.42

// Players commands

// say /strafes - on/off statistics Strafes


// say /showpre - on/off display prestrafe
// say /ducks - on/off statistics ducks for multi cj
// say /ljstats - on/off the main statistics
// say /uqversion - show version
// say /beam - on/off showing the trajectory of the jump
// say /speed - on/off display of speed player
// say /colorchat - on/off display of color in the chat messages from other players
// say /ljsmenu - open the configuration menu
// say /ljtop - open TOP10 menu
// say /bhopwarn - on/off show message when you bhop prestrafe is fail
// say /multibhop - on/off show multi bhop pre
// say /duckspre - on/off display prestrafe after each duck
// say /ljpre - on/off display prestrafe for LJ
// say /failedge - on/off display jumpoff wehn failed without bolock
// say /edge - on/off display jumpoff,block,landing
// say /heigh - on/off display heigh
// say /mylj - on/off myljtop menu
// say /wpnlj - on/off weapon top menu
// say /jof - on/off showing Jumpoff when press jump button
// say /joftr - on/off Jumpoff trainer
// say /blocktop - on/off block tops menu
// say /jheigh - on/off showing jump heigh
// say /istrafe - on/off InGame strafe stats
// say /speedt - Big/Small Speed Type

// Admin command

// amx_reset_uqtops – reset all tops

// Cvars

// What should work when players connect to the server:


// 0 = none
// a = colorchat
// b = stats
// c = speed
// d = showpre
// e = strafe stats
// f = beam
// g = duck stats for mcj
// h = shows message when your bhop prestrafe is failed
// i = show multibhop pre
// j = show prestrafe after duck
// k = show lj prestrafe
// l = show edge
// m = show edge when fail (without block)
// n = enable sounds
// o = enable InGame strafe stats
kz_uq_connect "abdehklmn"

// Min distance
kz_uq_min_dist 215
// Min distance (Ups bhop, MultiBhop, Real Ladder Bhop, Ducks Bhop, Ladder Jump)
kz_uq_min_dist_other 120

// Max distance
kz_uq_max_dist 400

// Showing info about block in ColorChat messages


kz_uq_block_chat_show 1
kz_uq_block_chat_min 1 - minimum block to show (block more then
0=good,1=pro,2=holy,3=leet,4=god distance cvars)

// Enable stats for admins only


kz_uq_only_admins 0

// Enable stats for team (0=all,1=T,2=CT)


kz_uq_team 0

// Enable cmd /speed for all team


kz_uq_speed_allteam 1

// Allow highlighting after landing (1 = on, 0 = off; works for holy, leet and god
distances)
kz_uq_light 0

// Allow sounds (1 = on, 0 = off)


kz_uq_sounds 1

// Allow doing ScreenShot if Player going in Top (not work with kz_uq_sql <1> and
for map top)
kz_uq_screenshoot 0

// Allow showing info about stats when you record demo


kz_uq_demo_info 1

// How work Sql Module (1=SQL module enable, 0=disable)


kz_uq_sql 0

// Enable/Disable Web Top (1=Enable,0=Disable) - if you want standart tops with sql
module, turn of web mod
kz_uq_web 0

// Options for Sql Module


kz_uq_host "127.0.0.1"
kz_uq_user "root"
kz_uq_pass ""
kz_uq_db "uq_jumpstats"
// This Option used only in Showing Top(sql), change this if you use another url on
you web server
kz_uq_url "http://localhost/uq_jumpstats/index.php?type=lj&from_game=true"
kz_uq_update_auth 1 - Update in DB Steam and Ip

// How to save Top10 (2 = steamid, 1 = Ip, 0 = name)


kz_uq_top_by 1

kz_uq_save_top 1 - On/Off TOP10 (1 = on, 0 = off)


kz_uq_maptop 1 - On/Off MapTop (1 = on, 0 = off)
kz_uq_save_extras_top 1 - On/Off Extra Tops (1 = on, 0 = off)
kz_uq_weapons_top 1 - On/Off Weapon Tops (1 = on, 0 = off)
kz_uq_block_top 1 - On/Off Block Tops (1 = on, 0 = off)
kz_uq_block_weapons 1 - On/Off Block Tops for other weapons (1 = on, 0 = off)

// Allow check to legal settings (1 = on, 0 = off)


kz_uq_legal_settings 0
kz_uq_fps 0 - (1=more than 100 FPS jump does not count, 0=count)
kz_uq_bug_check 0 - Allow checking for bug distance

// Anti script(Beta)
kz_uq_script_detection 0
kz_uq_script_work 2 - antiscript works if player distance more then
(0=good,1=pro,2=holy,3=leet,4=god distance)
kz_uq_script_notify 1 - print messages to all people on server with scripter name
kz_uq_script_punishment 0 - (0=nothing,1=kick,2=ban)
kz_uq_ban_type 0 - (0=standart bans, 1=amxbans)
kz_uq_ban_minutes 45 - ban time in minutes
kz_uq_ban_authid 0 - (ban by 0=name,1=ip,2=steam)

// The prefix for all messages in chat


kz_uq_prefix "hns"

// How to set up a server by value sv_airaccelerate (Varible=xx, but var=0 reserved


for 10aa, var=1 for 100aa)
kz_uq_airaccelerate 100

// On/Off Showing stats with noslowdown


kz_uq_noslowdown 0

// Max strafes (if players strafes>Max, stats doesnt shows)


kz_uq_max_strafes 20

// Allow InGame Strafe Stats (laggy feature)


kz_uq_istrafes 0

// Color Hud message statistics when you jump, in the RGB


kz_uq_stats_red 0
kz_uq_stats_green 255
kz_uq_stats_blue 159

// Color Hud messages Fail statistics when you jump, in the RGB
kz_uq_failstats_red 255
kz_uq_failstats_green 0
kz_uq_failstats_blue 109

// Color Hud messages prestrafe, in the RGB


kz_uq_prestrafe_red 255
kz_uq_prestrafe_green 255
kz_uq_prestrafe_blue 255

// Color of speed, in the RGB


kz_uq_speed_red 255
kz_uq_speed_green 255
kz_uq_speed_blue 255

//Coordinates Hud messages

//General stats jump


kz_uq_stats_x "-1.0"
kz_uq_stats_y "0.70"
//Strafes Stats
kz_uq_strafe_x "0.70"
kz_uq_strafe_y "0.35"

//Ducks Stats for Multi dd


kz_uq_duck_x "0.6"
kz_uq_duck_y "0.78"

//Speed
kz_uq_speed_x "-1.0"
kz_uq_speed_y "0.83"

//Prestrafe
kz_uq_prestrafe_x "-1.0"
kz_uq_prestrafe_y "0.65"

// Channel Hud messages of general stats jump


kz_uq_hud_stats 3

// Channel Hud messages of strafes Stats


kz_uq_hud_strafe 4

// Channel Hud messages of ducks Stats for Multi CountJump


kz_uq_hud_duck 1

// Channel Hud messages of speed


kz_uq_hud_speed 2

// Channel Hud messages of prestafe


kz_uq_hud_pre 1

// For what technique stats enable


kz_uq_lj 1
kz_uq_cj 1
kz_uq_bj 1
kz_uq_sbj 1
kz_uq_wj 1
kz_uq_dcj 1
kz_uq_mcj 1
kz_uq_drbj 1
kz_uq_drcj 1
kz_uq_ladder 1
kz_uq_ldbj 1

// Max,Min block to show in edge


kz_uq_max_block 290
kz_uq_min_block 100

// Minimum Prestrafe to show


kz_uq_min_pre 60

// For what Extra technique stats enable


kz_uq_scj 1
kz_uq_dscj 1
kz_uq_mscj 1
kz_uq_dropscj 1
kz_uq_dropdscj 1
kz_uq_dropmscj 1
kz_uq_duckbhop 1
kz_uq_bhopinduck 1
kz_uq_realldbhop 1
kz_uq_upbj 1
kz_uq_upsbj 1
kz_uq_upbhopinduck 1
kz_uq_multibhop 1
kz_uq_dropdcj 1
kz_uq_dropmcj 1

// Color for chat messages of jump distances (good = grey, pro = green, holy =
blue, leet = red, god = red (with sound godlike for all players))
// LongJump/HighJump
kz_uq_good_lj 240
kz_uq_pro_lj 245
kz_uq_holy_lj 250
kz_uq_leet_lj 253
kz_uq_god_lj 255

// CountJump
kz_uq_good_cj 250
kz_uq_pro_cj 255
kz_uq_holy_cj 260
kz_uq_leet_cj 265
kz_uq_god_cj 267

// Double CountJump/Multi CountJump


kz_uq_good_dcj 250
kz_uq_pro_dcj 255
kz_uq_holy_dcj 260
kz_uq_leet_dcj 265
kz_uq_god_dcj 270

// LadderJump
kz_uq_good_ladder 150
kz_uq_pro_ladder 160
kz_uq_holy_ladder 170
kz_uq_leet_ladder 180
kz_uq_god_ladder 190

// BhopJump/StandUp BhopJump
kz_uq_good_bj 230
kz_uq_pro_bj 235
kz_uq_holy_bj 240
kz_uq_leet_bj 245
kz_uq_god_bj 247

// WeirdJump/Drop CountJump(double,multi)/Ladder BhopJump


kz_uq_good_wj 255
kz_uq_pro_wj 260
kz_uq_holy_wj 265
kz_uq_leet_wj 270
kz_uq_god_wj 272

// Drop BhopJump
kz_uq_good_dbj 240
kz_uq_pro_dbj 250
kz_uq_holy_dbj 265
kz_uq_leet_dbj 270
kz_uq_god_dbj 272
// StandUp CountJump (Double or Multi StandUp CountJump=SCJ+10units)(if 100aa all
cvar dist +10 units)
kz_uq_good_scj 245
kz_uq_pro_scj 250
kz_uq_holy_scj 255
kz_uq_leet_scj 260
kz_uq_god_scj 262

// Drop StandUp CountJump(double,multi)


kz_uq_good_dropscj 255
kz_uq_pro_dropscj 260
kz_uq_holy_dropscj 265
kz_uq_leet_dropscj 270
kz_uq_god_dropscj 272

// Up Bhop
kz_uq_good_upbj 225
kz_uq_pro_upbj 230
kz_uq_holy_upbj 235
kz_uq_leet_upbj 240
kz_uq_god_upbj 245

// Up StandBhop
kz_uq_good_upsbj 225
kz_uq_pro_upsbj 230
kz_uq_holy_upsbj 235
kz_uq_leet_upsbj 240
kz_uq_god_upsbj 245

// Bhop In Duck(Up Bhop In Duck)


kz_uq_good_bhopinduck 205
kz_uq_pro_bhopinduck 210
kz_uq_holy_bhopinduck 215
kz_uq_leet_bhopinduck 218
kz_uq_god_bhopinduck 220

// Duck Bhop
kz_uq_good_duckbhop 120
kz_uq_pro_duckbhop 130
kz_uq_holy_duckbhop 140
kz_uq_leet_duckbhop 150
kz_uq_god_duckbhop 160

// Real Ladder Bhop


kz_uq_good_realldbhop 240
kz_uq_pro_realldbhop 250
kz_uq_holy_realldbhop 265
kz_uq_leet_realldbhop 270
kz_uq_god_realldbhop 272

You might also like