Raised This Month: $ Target: $400
 0% 

uq_jumpstats v2.42


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
repingayok
Senior Member
Join Date: Sep 2008
Old 11-04-2010 , 02:32   Re: uq_jumpstats
Reply With Quote #1

uq_jumpstats_v1.99 detect jump in demo as HJ Fail Stats, but with DropBhop's prestrafe:

http://www.sendspace.com/file/ckunsz

If it's bug, please fix it =)
repingayok is offline
katna
Senior Member
Join Date: May 2010
Old 11-07-2010 , 04:22   Re: uq_jumpstats
Reply With Quote #2

Bug Report ----
---------------
All type of jumps are counted as failed jump
All Drop jumps are seing the right jump stats but in the top/chat its counted as lj. 266 lj FTW
---------------
katna is offline
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 11-12-2010 , 08:34   Re: uq_jumpstats
Reply With Quote #3

update 2.0

Changes
-Optimized code, removed my comments and unnecessary lines, made it more readable and comfortable for modding
-Finally, my hands reached to calculate the distance, now stats show more or less real distance thank Exolents notes, and do corrected the calculation fail distance.
-fix some problems with dropbj
-Due to problems with the surf bug i add detecting touch somthing, now if when you jumped and if you touch somthing in air then stats=failed.
-Added personal stats worked with *. dat tops, open top with cmd say /mylj
-So, i decided to add support for jumping with weapons, but its make some lags on server, so i made tops just for standard techniques, and without sql support, open top with cmd say /wpnlj
-fixes various bugs.
-and update php
borjomi is offline
Send a message via ICQ to borjomi
a.aqua
Senior Member
Join Date: Jul 2009
Location: Russia
Old 11-12-2010 , 09:42   Re: uq_jumpstats
Reply With Quote #4

@borjomi
web-part have sql-injection, id=
__________________
a.aqua is offline
Send a message via ICQ to a.aqua
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 11-13-2010 , 10:01   Re: uq_jumpstats
Reply With Quote #5

Quote:
Originally Posted by a.aqua View Post
@borjomi
web-part have sql-injection, id=
i know) but in php i'm newbie so i need some time to understand all tricks of php-mysql
borjomi is offline
Send a message via ICQ to borjomi
renato127
Member
Join Date: Jan 2009
Location: Brazil, Rio de Janeiro
Old 11-12-2010 , 11:21   Re: uq_jumpstats
Reply With Quote #6

nice job Borjomi.
I will test this new update later.
Thanks again.
renato127 is offline
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 11-12-2010 , 13:38   Re: uq_jumpstats
Reply With Quote #7

mini update 2.0a

Changes
-fix erorr with /mylj (my stupid fault)
-add in "kz_uq_connect" letter n=enable sound on player
borjomi is offline
Send a message via ICQ to borjomi
renato127
Member
Join Date: Jan 2009
Location: Brazil, Rio de Janeiro
Old 11-12-2010 , 15:56   Re: uq_jumpstats
Reply With Quote #8

borjomi , i think its unnecessary to show that u did a lj with grenades.On HNS server it flood a lot.
Could make a cvar that enable/disable showing message about what gun u use?

And, about /mylj , how is it update? I join in and this show cj 256.3 top 15 but i dont know how it appear there and other jumps that i did dont show there.

Last edited by renato127; 11-12-2010 at 16:00.
renato127 is offline
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 11-12-2010 , 16:20   Re: uq_jumpstats
Reply With Quote #9

Quote:
Originally Posted by renato127 View Post
borjomi , i think its unnecessary to show that u did a lj with grenades.On HNS server it flood a lot.
Could make a cvar that enable/disable showing message about what gun u use?
its unnecessary complexity, but if you dont want show hegrenade in chat, you just need modded sma file in 4756 line, i think its should not be very difficult)

example:
Code:
before:
if(wpn==29 || wpn==17 || wpn==16)
 
after:
if(wpn==29 || wpn==17 || wpn==16 || wpn==4)
wpn==4 - its hegrenade (id of weapons you can find in http://wiki.amxmodx.org/CS_Weapons_Information)

but if you dont want showing weapon name in chat messages all weapons (maxspeed=250), modded line like this
Code:
before:
if(wpn==29 || wpn==17 || wpn==16)
 
after:
if((pev(id, pev_maxspeed) == 250.0)
Quote:
Originally Posted by renato127 View Post
And, about /mylj , how is it update? I join in and this show cj 256.3 top 15 but i dont know how it appear there and other jumps that i did dont show there.
You mean how work /mylj? or what

Last edited by borjomi; 11-12-2010 at 16:31.
borjomi is offline
Send a message via ICQ to borjomi
renato127
Member
Join Date: Jan 2009
Location: Brazil, Rio de Janeiro
Old 11-12-2010 , 16:32   Re: uq_jumpstats
Reply With Quote #10

Thanks for explanation about weapons.

Quote:
Originally Posted by borjomi View Post
You mean how work /mylj? or what
Yes, i dont undestand how is it working.
renato127 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 00:10.


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