Raised This Month: $32 Target: $400
 8% 

uq_jumpstats v2.42


Post New Thread Reply   
 
Thread Tools Display Modes
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 11-12-2010 , 13:38   Re: uq_jumpstats
Reply With Quote #31

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 #32

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 #33

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 #34

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
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 11-12-2010 , 17:27   Re: uq_jumpstats
Reply With Quote #35

If you are in any jump technique Top, /mylj shows you in what top you are, with what distance and what num place you have in top
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 , 18:23   Re: uq_jumpstats
Reply With Quote #36

hmm, so this only shows the tops that u are ranked?
I thought they show your best jumps on sv, not just your jumps that are on tops.
renato127 is offline
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 11-12-2010 , 18:35   Re: uq_jumpstats
Reply With Quote #37

Quote:
Originally Posted by renato127 View Post
hmm, so this only shows the tops that u are ranked?
yep, its just small fan thing)
borjomi is offline
Send a message via ICQ to borjomi
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 11-13-2010 , 10:01   Re: uq_jumpstats
Reply With Quote #38

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
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 11-13-2010 , 11:13   Re: uq_jumpstats
Reply With Quote #39

php update

-do better protection from sql-injection
borjomi is offline
Send a message via ICQ to borjomi
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 11-13-2010 , 13:58   Re: uq_jumpstats
Reply With Quote #40

another php update -fix another sql-injection
borjomi is offline
Send a message via ICQ to borjomi
Reply


Thread Tools
Display Modes

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 10:19.


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