This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

JumpStats v1.7.3 (unfinished!)


Post New Thread Reply   
 
Thread Tools Display Modes
repingayok
Senior Member
Join Date: Sep 2008
Old 09-16-2009 , 03:41   Re: JumpStats by Exolent (unfinished!)
Reply With Quote #1161

I use kz-arg 1.7. If I die plugin kz-arg respawn me and JUMP STATS not shown. If than I use command /spec, /ct statistics show. But it cause some errors as before write and sometimes even the fall of the server.

Can you fix this problem and after die stats will shown ?
repingayok is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 09-16-2009 , 04:57   Re: JumpStats by Exolent (unfinished!)
Reply With Quote #1162

Quote:
Originally Posted by repingayok View Post
I use kz-arg 1.7. If I die plugin kz-arg respawn me and JUMP STATS not shown. If than I use command /spec, /ct statistics show. But it cause some errors as before write and sometimes even the fall of the server.

Can you fix this problem and after die stats will shown ?
Open each plugin and replace :

PHP Code:
public FwdPlayerDeath(clientkillershouldgib)
{
    
g_alive[client] = false;

with :

PHP Code:
public FwdPlayerDeath(client)
{
    
g_alive[client] = bool:is_user_alive(client);

__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 09-16-2009 at 08:09.
ConnorMcLeod is offline
repingayok
Senior Member
Join Date: Sep 2008
Old 09-16-2009 , 05:55   Re: JumpStats by Exolent (unfinished!)
Reply With Quote #1163

Quote:
Originally Posted by ConnorMcLeod View Post
Open each plugin and replace :

PHP Code:
public FwdPlayerDeath(clientkillershouldgib)
{
    
g_alive[client] = false;

with :

PHP Code:
public FwdPlayerDeath(client)
{
    
g_alive[client] = is_user_alive(client);

Thanks !!! And why Exolent don't change this ?
repingayok is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 09-16-2009 , 06:07   Re: JumpStats by Exolent (unfinished!)
Reply With Quote #1164

Dunno, i told him long few monthes ago.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Sp3rMiNaToR
BANNED
Join Date: Apr 2009
Location: Greece ^_^
Old 09-16-2009 , 14:03   Re: JumpStats by Exolent (unfinished!)
Reply With Quote #1165

I'm not sure,but,shouldn't be a message like "Standup Drop BhopJump-You fell too far" because both drop bhop jumps and standup drop bhop jumps are having this message now "Drop BhopJump-You fell too far"...
Also,change this to something else or remove it or fix the gap beside the "j"(don't think it's possible).
Sp3rMiNaToR is offline
Send a message via MSN to Sp3rMiNaToR
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 09-16-2009 , 14:50   Re: JumpStats by Exolent (unfinished!)
Reply With Quote #1166

Typo, my server error log are filled !!! (s and S)

PHP Code:
            set_task(1.5"TaskRemovePrestrafeScript"client);
        }
    }
}

public 
TaskRemovePreStrafeScript(client

Also, logs were spammed with this error :

L 09/16/2009 - 16:560: [HAMSANDWICH] Entity out of range (-1)
L 09/16/2009 - 16:560: [AMXX] Run time error 10 (plugin "jumpstats_weird.amxx") (native "ExecuteHamB") - debug not enabled!
L 09/16/2009 - 16:560: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

Untill i changed the getweaponmaxspeed stock.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Bellow
Junior Member
Join Date: Aug 2009
Location: Russia
Old 09-16-2009 , 20:17   Re: JumpStats by Exolent (unfinished!)
Reply With Quote #1167

There is some trouble in the last (1.7.2) version with legal_settings:
1) if js_legal_settings "0" players will be kicked just on connect.
2) if js_legal_settings "1" && js_legal_settings_kick "0" players will be kicked anyway but after choosing.

tested on clear Steam HLDS updated by HldsUpdateTool with 1.8.1 amxx without any third party plugins. Anybody else have this troubles?

P.S. in 1.6 version that i'm using instead was only second trouble.
Bellow is offline
gunnersslash
Member
Join Date: Mar 2009
Old 09-16-2009 , 23:39   Re: JumpStats by Exolent (unfinished!)
Reply With Quote #1168

Quote:
Originally Posted by Bellow View Post
There is some trouble in the last (1.7.2) version with legal_settings:
1) if js_legal_settings "0" players will be kicked just on connect.
2) if js_legal_settings "1" && js_legal_settings_kick "0" players will be kicked anyway but after choosing.

tested on clear Steam HLDS updated by HldsUpdateTool with 1.8.1 amxx without any third party plugins. Anybody else have this troubles?

P.S. in 1.6 version that i'm using instead was only second trouble.
me too just exactly as you've said
gunnersslash is offline
Nur56
Member
Join Date: Apr 2007
Old 09-17-2009 , 08:19   Re: JumpStats by Exolent (unfinished!)
Reply With Quote #1169

I have this and kz-arg plugin on my server and it crashed my server whenever someone goes /spec

what do i do help pls

Note: i have tried Connor Mcleods way but it still crashes whenever someone goes back to CT.

Last edited by Nur56; 09-18-2009 at 06:30.
Nur56 is offline
Old 09-18-2009, 10:09
Nur56
This message has been deleted by Exolent[jNr]. Reason: Don't bump until 2 weeks have passed since last post.
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 09-19-2009 , 15:36   Re: JumpStats by Exolent (unfinished!)
Reply With Quote #1170

Quote:
Originally Posted by xPaw View Post
Seems what it fails to retrieve a block distance when you bhop on a door (bhop block), when you bhop on a normal blocks, then its finely (lol) detects block dist. Also on ladderjumps the block dist is fucked up, it can show 146-150 on 150 block :d
1. Sometimes entities are really weird for block stats and edge distances.

2. I don't see how :\

Quote:
Originally Posted by LaineN View Post
Bugs in the new version:

1. When you toggle jump types, the chat message colors are not correct. When you toggle longjump the color is red otherwise blue. I think it should be blue for enabled and red for disabled.

2. The message "You can only duck once." still shows on Drop CountJumps when it's disabled.

3. Sometimes (not as often as before) the message for Dubble/Multi CountJumps shows in console but not in hud.

4. I don't really know if this is a bug, but I don't like as it is now. When you toggle something from admin menu (team, weapon or technique), the setting goes back to standard after mapchange. I think it would be better to save the setting for future too.
1. Added.

2. Fixed.

3. I have no idea :\

4. This would take some work to edit the jumpstats.cfg from the plugin.
I think that if you want to change a setting permanently, then it would be done in the config by the owner and not in game.
If you can give me a good reason to add this, then I will.

Quote:
Originally Posted by NGage70 View Post
Surf LJ Stats, when you will put in JumpStats?
Not for awhile.

Quote:
Originally Posted by Sp3rMiNaToR View Post
1)The highjump detection is still buggy.Have a look at my demo.
2)The edgedistances are working a little bit better,not perfect yet(on some places that they should be printed,they don't)
3)I can't see the block distances in my jumps in hud,only in console is printed.Do you know why?
1. Working on a fix for all bugged methods.

2. Sometimes, it doesn't work. I don't know why.

3. Check your on/off value for the block distances?

Quote:
Originally Posted by T-z3P View Post
Tested version 1.7.2 :
- I am still not seeing edge distances in hud (only in console) ; jumped around 10 minutes and still not seeing them .
- Block unit is not displayed in hud at Bhop room (kz_longjumps2) , same with edgedistances .
1. Check your on/off value for the block/edge distances?

2. They are a little broken right now for entities. I'm trying to get them fixed.

Quote:
Originally Posted by LaineN View Post
Errors:

Code:
L 09/12/2009 - 14:06:45: [HAMSANDWICH] Entity out of range (-1)
L 09/12/2009 - 14:06:45: [AMXX] Displaying debug trace (plugin "jumpstats_long.amxx")
L 09/12/2009 - 14:06:45: [AMXX] Run time error 10: native error (native "ExecuteHamB")
L 09/12/2009 - 14:06:45: [AMXX]    [0] jumpstats_stocks.inc::GetClientWeaponMaxspeed (line 329)
L 09/12/2009 - 14:06:45: [AMXX]    [1] jumpstats_long.sma::client_PreThink (line 303)
L 09/12/2009 - 14:06:45: [HAMSANDWICH] Entity out of range (-1)
L 09/12/2009 - 14:06:45: [AMXX] Displaying debug trace (plugin "jumpstats_count.amxx")
L 09/12/2009 - 14:06:45: [AMXX] Run time error 10: native error (native "ExecuteHamB")
L 09/12/2009 - 14:06:45: [AMXX]    [0] jumpstats_stocks.inc::GetClientWeaponMaxspeed (line 329)
L 09/12/2009 - 14:06:45: [AMXX]    [1] jumpstats_count.sma::client_PreThink (line 333)
L 09/12/2009 - 14:06:45: [HAMSANDWICH] Entity out of range (-1)
L 09/12/2009 - 14:06:45: [AMXX] Displaying debug trace (plugin "jumpstats_bhop.amxx")
L 09/12/2009 - 14:06:45: [AMXX] Run time error 10: native error (native "ExecuteHamB")
L 09/12/2009 - 14:06:45: [AMXX]    [0] jumpstats_stocks.inc::GetClientWeaponMaxspeed (line 329)
L 09/12/2009 - 14:06:45: [AMXX]    [1] jumpstats_bhop.sma::client_PreThink (line 337)
L 09/12/2009 - 14:06:45: [HAMSANDWICH] Entity out of range (-1)
L 09/12/2009 - 14:06:45: [AMXX] Displaying debug trace (plugin "jumpstats_ladder.amxx")
L 09/12/2009 - 14:06:45: [AMXX] Run time error 10: native error (native "ExecuteHamB")
L 09/12/2009 - 14:06:45: [AMXX]    [0] jumpstats_stocks.inc::GetClientWeaponMaxspeed (line 329)
L 09/12/2009 - 14:06:45: [AMXX]    [1] jumpstats_ladder.sma::client_PreThink (line 324)
L 09/12/2009 - 14:06:45: [HAMSANDWICH] Entity out of range (-1)
L 09/12/2009 - 14:06:45: [AMXX] Displaying debug trace (plugin "jumpstats_weird.amxx")
L 09/12/2009 - 14:06:45: [AMXX] Run time error 10: native error (native "ExecuteHamB")
L 09/12/2009 - 14:06:45: [AMXX]    [0] jumpstats_stocks.inc::GetClientWeaponMaxspeed (line 329)
L 09/12/2009 - 14:06:45: [AMXX]    [1] jumpstats_weird.sma::client_PreThink (line 294)
EDIT:
Found one more bug. Look at the demo. I make a kind of standup cj and I get stats in console and chat, but not in hud.
It shouldn't be possible to make a standup cj and get stats?
1. Fixed.

2. I don't know if that's a problem or not. I think it's okay.

Quote:
Originally Posted by tolsty View Post
Im sorry to say this but stats still dont work on ljm blocks or in some places in map.
for recap..
if u fall failed stats still show up on these blocks, and bhop stats work too example: kz_luonto blocks at finish..
in some maps if i land successfully on a block, failed stats are shown, but if i jump with bhop on that same block, everything works, example: kt_ezybhop
I'm not worried about other maps right now.

Quote:
Originally Posted by LaineN View Post
Found one more bug. Look at the demo. I make a jump like a drop cj without a drop, but it shows as a bhopjump.
Fixed.

Quote:
Originally Posted by Sp3rMiNaToR View Post
Another demo that proves that hj detection is buggy!In the last 2 jumps,it prints longjump stats,but there should be highjump stats(i made idiot jumps with idiot strafes).
Working on a fix for all bugged methods.

Quote:
Originally Posted by berix View Post
bug surf... u can jump 259 lj on kz_longjumps2
Working on this.

Quote:
Originally Posted by VOOD View Post
hi,
sorry if this was asked/explained but can't find it, is there any way to do this ? http://img27.**************/img27/3859/statsdw.jpg
Go into jumpstats_const.inc and change the HUD_POS_STATS_X and HUD_POS_STATS_Y to your values.

Quote:
Originally Posted by avril-lavigne View Post
Works good. was bugs in 1.7.1 version I didnt see any stats/ now it works thanks

AND it still have a few stat bags

it says in Hud made 240 bhop... and I see in chat 239 ... or 231 ...
Could you explain better?

Quote:
Originally Posted by Sp3rMiNaToR View Post
I made another demo.In this demo i get wrong fail stats,some longjumps as highjumps and i get a big and wrong landedge number(edgedistances shouldn't have been printed in these non block longjumps anyway).
Like I said before, working on a fix for all bugged methods.

Quote:
Originally Posted by buzarini View Post
This error occurs when players enter to the /spec mode, and returns to /ct
Use Kz-Arg 1.7
Use jumpstats 1.7.1 and 1.7.2
Fixed.

Quote:
Originally Posted by Sp3rMiNaToR View Post
A small suggestion:Please make the lj commands to work on both say and say team!
Added.

Quote:
Originally Posted by repingayok View Post
I use kz-arg 1.7. If I die plugin kz-arg respawn me and JUMP STATS not shown. If than I use command /spec, /ct statistics show. But it cause some errors as before write and sometimes even the fall of the server.

Can you fix this problem and after die stats will shown ?
Fixed.

Quote:
Originally Posted by Sp3rMiNaToR View Post
I'm not sure,but,shouldn't be a message like "Standup Drop BhopJump-You fell too far" because both drop bhop jumps and standup drop bhop jumps are having this message now "Drop BhopJump-You fell too far"...
Also,change this to something else or remove it or fix the gap beside the "j"(don't think it's possible).
1. Added.

2. Fixed

Quote:
Originally Posted by ConnorMcLeod View Post
Typo, my server error log are filled !!! (s and S)

PHP Code:
            set_task(1.5"TaskRemovePrestrafeScript"client);
        }
    }
}

public 
TaskRemovePreStrafeScript(client

Also, logs were spammed with this error :

L 09/16/2009 - 16:560: [HAMSANDWICH] Entity out of range (-1)
L 09/16/2009 - 16:560: [AMXX] Run time error 10 (plugin "jumpstats_weird.amxx") (native "ExecuteHamB") - debug not enabled!
L 09/16/2009 - 16:560: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

Untill i changed the getweaponmaxspeed stock.
1. Fixed.

2. Fixed.

Quote:
Originally Posted by Bellow View Post
There is some trouble in the last (1.7.2) version with legal_settings:
1) if js_legal_settings "0" players will be kicked just on connect.
2) if js_legal_settings "1" && js_legal_settings_kick "0" players will be kicked anyway but after choosing.

tested on clear Steam HLDS updated by HldsUpdateTool with 1.8.1 amxx without any third party plugins. Anybody else have this troubles?

P.S. in 1.6 version that i'm using instead was only second trouble.
1. Fixed.

2. I couldn't see how this was bugged. I'll do some testing later.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:43.


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