AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] KZTimer Jumpstats With Ownages & More! (Updated 08/07/2020) (https://forums.alliedmods.net/showthread.php?t=317121)

powerind 06-27-2019 23:20

[CS:GO] KZTimer Jumpstats With Ownages & More! (Updated 08/07/2020)
 
3 Attachment(s)
Original version : https://forums.alliedmods.net/showthread.php?t=252392


Commands:
!stats - Opens your jumpstat menu. (Your personal bests)
!jumptop - Opens the top 20 jumptop menu for all jumptypes.
!speed - Activates the speed/info panel.
!ljblock - Opens an LJ Block menu where you can register your LJ Block and see the distance.
!sync - Shows your sync in chat.
!sound - Activate/Disable quake sounds. (perfect, godlikes, ownages)
!colorchat - By enabling this you will not hear jumps nor see jumps from other players.



8th July 2020
Added SteamID on the stat menu.
Added a LadderBug fix for servers without prestrafe.
Added a cvar whether jumpstatting should be enabled for Counter-Terrorists.
Added a <pre> tag around the speed panel. (Makes the font better and the dollar sign won't be in the way)
Changed so the speed panel will automatically be enabled. (Previously you would have to enable it every mapchange etc)
Changed the plugin information that prints to chat.
Improved ownage playback functionality.
Fixed where ownages don't play if you're dead/in !redie/!ghost


16th July 2020
Removed the sm_powerind command. (Thanks Edan!)
MAJOR: I just realised this when writing this is that the "LadderBugFix" actually prevents the so called "Bus Glitches" on hns_freeway. So if you're running that map you definitely want to use this!


16th January 2022
Fixed where LongJump Ownages don't register.

Databases.cfg
Code:

"kzjumpstats"
    {
        "driver"            "mysql"
        "host"                "host"
        "database"            "database-name"
        "user"                "username"
        "pass"                "password"
    }

This plugin is currently supported!
Please comment what you'd like to be implemented into the plugin and I'll see if I can do it. :)

zwolofmeister 06-28-2019 13:50

Re: [CS:GO] KZJumpStats with ownages
 
very nice!

zhell 06-29-2019 18:52

Re: [CS:GO] KZTimer Jumpstats with ownages
 
you are not real author https://tr.rbxcdn.com/bf85029f8813a9.../420/Decal/Png

powerind 06-30-2019 08:41

Re: [CS:GO] KZTimer Jumpstats with ownages
 
i am what u mean men

Lund 03-06-2020 04:18

Re: [CS:GO] KZTimer Jumpstats with ownages
 
One small problem, somthing is wrong with !speed/!showkeys. It looks like this https://imgur.com/a/Ds9VjiJ , can you fix it?
EDIT: Nvm, found a solution. https://github.com/Franc1sco/FixHintColorMessages

powerind 03-28-2020 18:34

Re: [CS:GO] KZTimer Jumpstats with ownages
 
Quote:

Originally Posted by Lund (Post 2685948)
One small problem, somthing is wrong with !speed/!showkeys. It looks like this https://imgur.com/a/Ds9VjiJ , can you fix it?
EDIT: Nvm, found a solution. https://github.com/Franc1sco/FixHintColorMessages

sorry for the late reply, valve is suck :(

Lund 05-21-2020 21:24

Re: [CS:GO] KZTimer Jumpstats with ownages
 
Quote:

Originally Posted by powerind (Post 2689148)
sorry for the late reply, valve is suck :(

so there is a ladder bug and you can hit over 250 pre lj's on no pre servers. Can you make a cvar for max lj pre? If lj pre is set to 250 and he hits over 250 to mark the jump as invalid. This is the ladder bug i am talking about (https://www.youtube.com/watch?v=Hb4dhXC0Hgc).

powerind 06-07-2020 15:21

Re: [CS:GO] KZTimer Jumpstats with ownages
 
Quote:

Originally Posted by Lund (Post 2701520)
so there is a ladder bug and you can hit over 250 pre lj's on no pre servers. Can you make a cvar for max lj pre? If lj pre is set to 250 and he hits over 250 to mark the jump as invalid. This is the ladder bug i am talking about (https://www.youtube.com/watch?v=Hb4dhXC0Hgc).

Yeah I most definitely can. Thanks for the input!

RealEdan 07-15-2020 05:08

Re: [CS:GO] KZTimer Jumpstats With Ownages & More! (Updated 08/07/2020)
 
Quote:

RegConsoleCmd("sm_powerind", Client_Powerind, "powerind");
Quote:

public Action:Client_Powerind(client, args)
{
PrintToChat(client, "Hello");
return Plugin_Handled;
}
Quote:

public Action:AdvertTimer(Handle:timer, any:client)
{
if (IsValidClient(client) && !IsFakeClient(client))
PrintToChat(client, "This server is using %cKZTimer Jumpstats by %cpowerind", GRAY, YELLOW);
}
??? Uhm, yeah no.

zwolofmeister 07-15-2020 06:51

Re: [CS:GO] KZTimer Jumpstats With Ownages & More! (Updated 08/07/2020)
 
ok edan, ok


All times are GMT -4. The time now is 09:20.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.