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


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 22 of 22
Search took 0.02 seconds.
Search: Posts Made By: wAyz
Forum: Unapproved/Old Plugins 10-19-2017, 11:51
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

Small Update.
Forum: Unapproved/Old Plugins 02-22-2017, 00:53
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

So since the author retired many years ago I've decided to share my current version of the plugin.
Beside bugfixes over several years I've added some good-looking colorchat and new cvars.
...
Forum: Unapproved/Old Plugins 06-25-2014, 21:22
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

Since version ~v1.97 there's a random nostats bug appearing which is pretty much annoying. It's still present in v2.43, would be great if someone'd fix it, I couldnt..
Willing to donate anyone who...
Forum: Unapproved/Old Plugins 11-15-2013, 20:44
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

Another little Bugfix:

l. 6256:
show_hudmessage(i, "%L",LANG_SERVER,"UQSTATS_DUCKPRE",speed[id]);

l. 6316:
show_hudmessage(i, "%L",LANG_SERVER,"UQSTATS_DUCKPRE",speed[id]);

l. 6672:...
Forum: Unapproved/Old Plugins 11-13-2013, 06:08
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

L 06/27/2013 - 14:49:16: [AMXX] Displaying debug trace (plugin "uq_jumpstats.amxx")
L 06/27/2013 - 14:49:16: [AMXX] Run time error 4: index out of bounds
L 06/27/2013 - 14:49:16: [AMXX] [0]...
Forum: Unapproved/Old Plugins 04-05-2013, 13:39
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

Any idea how to add the number of strafes into the colorchat?
I've tried myself with:

Color_Chat_Lang(ids, GREY,"^x04[%s] ^x03%s jumped %.3f units with %s!!y%s%s%s",prefix, g_playername[id],...
Forum: Unapproved/Old Plugins 08-23-2012, 15:35
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

btw is there any way to turn on /jof by default?
There is not such an option in uq_jumpstats/config.cfg!
Forum: Unapproved/Old Plugins 08-15-2012, 14:25
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

I don't know if it noticed anyone yet, but sometimes the longjump & jumpoff stats are not shown.
Well, it happens not that often, but it happens everyday to me. Any way to fix that?
Forum: Unapproved/Old Plugins 08-03-2012, 10:14
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

Okay thanks.
Forum: Unapproved/Old Plugins 08-02-2012, 14:39
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

Thanks but I got compile errors. Where do I have to put this?
Forum: Unapproved/Old Plugins 08-01-2012, 18:39
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

Any idea how to edit the code so that the strafe stats will disappear if you do a /gocheck?
Forum: Unapproved/Old Plugins 07-17-2012, 13:18
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

If anybody of you have got stats display problems in combination with specinfo, open the "specinfo.sma" file and edit like this:



public clmsg( id )
{
...

-2 /*chan*/
...
Forum: Unapproved/Old Plugins 05-25-2012, 22:12
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

Yea I've removed the prefix completely for now, that's the easiest way.
Thanks for help anyways.
Forum: Unapproved/Old Plugins 05-25-2012, 09:02
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

If i try that it looks like this.
Forum: Unapproved/Old Plugins 05-24-2012, 17:52
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

EDIT: Fixed it.

I just had to go to the uq_jumpstats.txt in data/lang and edit those lines

UQSTATS_CCHAT_NORMALA = [%s] %s jumped %.3f units with %s!!y%s !y%s !y%s !t%s

to
...
Forum: Unapproved/Old Plugins 05-24-2012, 17:38
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

This can't work, cause i mean a NORMAL longjump, not a slidelongjump. The problem is, I Can't find the lines in this file for longjumpstats

And if i change this

Color_Chat_Lang(ids, GREY,...
Forum: Unapproved/Old Plugins 05-24-2012, 17:19
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

If I do a 240+ longjump the prefix + the "jumped.." text is grey.
Btw what's actually a "Slide" longjump? Is it a normal lj? (right or left)

Edit: I think a slide lj is not just a normal longjump...
Forum: Unapproved/Old Plugins 05-24-2012, 17:07
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

When I edit this in the uq_jumpstats.sma:

new ids=iPlayers[i];
if(gHasColorChat[ids] ==true || ids==id)
{
if(needslide[id]-groundslide[id]==slidedist[id])
{
ColorChat(ids, GREY, "^4[%s]...
Forum: Unapproved/Old Plugins 05-24-2012, 16:15
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

this unfortunately doesn't work either.
Forum: Unapproved/Old Plugins 05-24-2012, 15:33
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

ty for your fast reply. I will test it soon. I just want to set the prefix green, but without changing the color of the jump messages you know.
Can you maybe send me link to the color tutorial?...
Forum: Unapproved/Old Plugins 05-24-2012, 13:29
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

Thx so much for your reply.
Can you maybe help me find to change the color of the Prefix? (only the prefix!
If I replace a grey value with green it automatically makes all the text green).
It's...
Forum: Unapproved/Old Plugins 05-22-2012, 07:50
Replies: 603
Views: 958,760
Posted By wAyz
Re: uq_jumpstats v2.42

Thumbs up for this awesome plugin!
I've got one question: I want to edit the colors of the jumpstats (in Chat).
Can you tell me how to do so? Can't find it in the *.sma files either.
I know there...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT -4. The time now is 07:00.


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