View Single Post
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