Raised This Month: $51 Target: $400
 12% 

uq_jumpstats v2.42


Post New Thread Reply   
 
Thread Tools Display Modes
wAyz
Senior Member
Join Date: Feb 2010
Location: Germany
Old 07-17-2012 , 13:18   Re: uq_jumpstats v2.42
Reply With Quote #491

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

Code:
Quote:
-> line 316
public clmsg( id ) { ... -2 /*chan*/ ... }
Quote:
-> line 341
public clmsg( id ) { ... 2 /*chan*/ ... }
Quote:
-> line 373
public clmsg( id ) { ... 4 /*chan*/ ... }
compile it and it will work!

Last edited by wAyz; 07-18-2012 at 19:46.
wAyz is offline
alexan
Senior Member
Join Date: Mar 2009
Old 07-19-2012 , 05:19   Re: uq_jumpstats v2.42
Reply With Quote #492

When will you release an update?
alexan is offline
wAyz
Senior Member
Join Date: Feb 2010
Location: Germany
Old 08-01-2012 , 18:39   Re: uq_jumpstats v2.42
Reply With Quote #493

Any idea how to edit the code so that the strafe stats will disappear if you do a /gocheck?
wAyz is offline
dasha
Senior Member
Join Date: Apr 2012
Location: \%STEAM -> $_SESSION
Old 08-01-2012 , 21:56   Re: uq_jumpstats v2.42
Reply With Quote #494

Quote:
Originally Posted by wAyz View Post
Any idea how to edit the code so that the strafe stats will disappear if you do a /gocheck?
I don't know the code to clear the hud..but from this i start..

PHP Code:
register_clcmd("say""hookSay")
register_clcmd("say_team""hookSay")

public 
hookSay(id){

    new 
text[300]
    
read_args(text,299)

    
remove_quotes(text)

    if(
contain(text,"/gocheck")==0)  {

       
// clear hud
    
}
    return 
PLUGIN_CONTINUE
   

I'm wrong pro scripters?
dasha is offline
wAyz
Senior Member
Join Date: Feb 2010
Location: Germany
Old 08-02-2012 , 14:39   Re: uq_jumpstats v2.42
Reply With Quote #495

Quote:
Originally Posted by dasha View Post
I don't know the code to clear the hud..but from this i start..

PHP Code:
register_clcmd("say""hookSay")
register_clcmd("say_team""hookSay")

public 
hookSay(id){

    new 
text[300]
    
read_args(text,299)

    
remove_quotes(text)

    if(
contain(text,"/gocheck")==0)  {

       
// clear hud
    
}
    return 
PLUGIN_CONTINUE
   

I'm wrong pro scripters?
Thanks but I got compile errors. Where do I have to put this?

Last edited by wAyz; 08-02-2012 at 14:41.
wAyz is offline
dasha
Senior Member
Join Date: Apr 2012
Location: \%STEAM -> $_SESSION
Old 08-02-2012 , 17:41   Re: uq_jumpstats v2.42
Reply With Quote #496

I said I don't know the full code, I just leave that so if someone know how to clear the HUD, so he/she can use that..
Also you don't need a separate plugin, you need add it to uq stats.. But don't do it right now, because the code is not ended.. I'm searching some HUD tutorials, if I found something I will update the code.
dasha is offline
wAyz
Senior Member
Join Date: Feb 2010
Location: Germany
Old 08-03-2012 , 10:14   Re: uq_jumpstats v2.42
Reply With Quote #497

Quote:
Originally Posted by dasha View Post
I said I don't know the full code, I just leave that so if someone know how to clear the HUD, so he/she can use that..
Also you don't need a separate plugin, you need add it to uq stats.. But don't do it right now, because the code is not ended.. I'm searching some HUD tutorials, if I found something I will update the code.
Okay thanks.
wAyz is offline
mrln
Junior Member
Join Date: Oct 2009
Old 08-11-2012 , 07:18   Re: uq_jumpstats v2.42
Reply With Quote #498

Hello,

I have a problem with loading the uq_jumpstats.amxx plugin on the server...tried lots of alternatives but none worked.
I uploaded the plugins: uq_jumpstats.amxx/uq_jumpstats_tops.amxx , the folder scripting with the inc, the data folder and the configs folder so nothing out of the ordinary.

When I connect to the server a message appears:
Version uq_jumpstats.amxx (unknown) Different from uq_jumpstats_tops.amxx (2.42)

When I type in console amx_plugins I see that uq_jumpstats.amxx got a bad load and it crossed my mind to look into the logs and I saw one error:

[AMXX] Plugin uq_jumpstats.amxx; failed to load: Plugin uses an unknown function (name SQL_QuoteString) - check your modules.ini.

Any solutions? I want to use this plugin so much..and I don't know what to do.

Server details:
Linux - Debian
Processor - Intel

Last edited by mrln; 08-11-2012 at 08:07.
mrln is offline
Lightokun
Member
Join Date: Oct 2009
Old 08-13-2012 , 09:01   Re: uq_jumpstats v2.42
Reply With Quote #499

Quote:
Originally Posted by mrln View Post
Hello,

I have a problem with loading the uq_jumpstats.amxx plugin on the server...tried lots of alternatives but none worked.
I uploaded the plugins: uq_jumpstats.amxx/uq_jumpstats_tops.amxx , the folder scripting with the inc, the data folder and the configs folder so nothing out of the ordinary.

When I connect to the server a message appears:
Version uq_jumpstats.amxx (unknown) Different from uq_jumpstats_tops.amxx (2.42)

When I type in console amx_plugins I see that uq_jumpstats.amxx got a bad load and it crossed my mind to look into the logs and I saw one error:

[AMXX] Plugin uq_jumpstats.amxx; failed to load: Plugin uses an unknown function (name SQL_QuoteString) - check your modules.ini.

Any solutions? I want to use this plugin so much..and I don't know what to do.

Server details:
Linux - Debian
Processor - Intel
Update amxx mod.
__________________
Lightokun is offline
mrln
Junior Member
Join Date: Oct 2009
Old 08-13-2012 , 09:27   Re: uq_jumpstats v2.42
Reply With Quote #500

I already updated it, I have the last version.
The fact is that it works on Windows but on Linux it crashes.I really don't know what to do..how to resolve that SQL_QuoteString issue...if the plugin had a sql include that could be removed and not to use SQL it would've worked but I can't remove anything.
mrln 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 03:08.


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