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

uq_jumpstats v2.42


Post New Thread Reply   
 
Thread Tools Display Modes
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 05-30-2011 , 02:45   Re: uq_jumpstats v2.38
Reply With Quote #391

Quote:
Originally Posted by Morten1510 View Post
Ye i just turned it off then ;)

2 more question, how do i turn these info off in the chat?

[Xtreme-Surfs] player is now 9 in dcj top with 260.539733
[Xtreme-Surfs] player is now 12 in lj blocktop with 216 block

They should count in the tops, but not show in the chat.

Also you should make so you can see peoples stats when you spec them
this message can't turn off (you can turn off it youself just comment some lines in sma, or use sql version)

about specs glitch, problem in you plugin spec/ct, cuz example on prokreedz 2.x by nucLeaR all work perfectly
__________________
Selling some Private plugins like anti Fps Hack
and other fun's projects (legal and not very) borjomi-page.at.ua
borjomi is offline
Send a message via ICQ to borjomi
NucL3ra
Veteran Member
Join Date: Sep 2008
Location: Bucuresti , Romania
Old 05-30-2011 , 03:26   Re: uq_jumpstats v2.38
Reply With Quote #392

I had the spec problem, too, but I fixed it.
Use this code and modify on your plugin

PHP Code:
public ct(id)
{
    new 
CsTeams:team cs_get_user_team(id)
    if (
team == CS_TEAM_CT
    {    
        
cs_set_user_team(id,CS_TEAM_SPECTATOR// from here to here it's the problem that doesn't allow the stats to appear
        
set_pev(idpev_solidSOLID_NOT)
        
set_pev(idpev_movetypeMOVETYPE_FLY)
        
set_pev(idpev_effectsEF_NODRAW)
        
set_pev(idpev_deadflagDEAD_DEAD//until here
    
}
    else 
    {
        
cs_set_user_team(id,CS_TEAM_CT)
        
set_pev(idpev_effects0)
        
set_pev(idpev_movetypeMOVETYPE_WALK)
        
set_pev(idpev_deadflagDEAD_NO)
        
set_pev(idpev_takedamageDAMAGE_AIM)
        
CmdRespawn(id)
        
give_item(id,"weapon_knife")
        
give_item(id,"weapon_usp"
        
give_item(id,"weapon_usp"
        
give_item(id,"weapon_usp"

    }
    return 
PLUGIN_HANDLED
}

public 
CmdRespawn(id)
{
    if ( 
get_user_team(id) == 
        return 
PLUGIN_HANDLED
    
else
        
ExecuteHamB(Ham_CS_RoundRespawnid)

    return 
PLUGIN_HANDLED

__________________
My nickname is nucLeaR, I just screwed up at registering and didn't want to change after that X_X.
NucL3ra is offline
Send a message via Yahoo to NucL3ra
Morten1510
Member
Join Date: Apr 2011
Old 05-30-2011 , 09:56   Re: uq_jumpstats v2.38
Reply With Quote #393

Ye both stuff is fixed now, thanks for the help guys ;)
Morten1510 is offline
Send a message via MSN to Morten1510
D@NG3R
Member
Join Date: Feb 2010
Old 06-03-2011 , 18:13   Re: uq_jumpstats v2.38
Reply With Quote #394

Quote:
Originally Posted by Morten1510 View Post

[Xtreme-Surfs] player is now 9 in dcj top with 260.539733
[Xtreme-Surfs] player is now 12 in lj blocktop with 216 block
How excatly can i do that? I mean how can i remove the messages ? Which lines in the sma. should i remove or edit? Sorry for bad english
D@NG3R is offline
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 06-04-2011 , 02:48   Re: uq_jumpstats v2.38
Reply With Quote #395

7247
7336
7474
7619
7710
7776
__________________
Selling some Private plugins like anti Fps Hack
and other fun's projects (legal and not very) borjomi-page.at.ua
borjomi is offline
Send a message via ICQ to borjomi
D@NG3R
Member
Join Date: Feb 2010
Old 06-04-2011 , 05:21   Re: uq_jumpstats v2.38
Reply With Quote #396

Delete those lines ?
D@NG3R is offline
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 06-04-2011 , 05:29   Re: uq_jumpstats v2.38
Reply With Quote #397

yep
__________________
Selling some Private plugins like anti Fps Hack
and other fun's projects (legal and not very) borjomi-page.at.ua
borjomi is offline
Send a message via ICQ to borjomi
D@NG3R
Member
Join Date: Feb 2010
Old 06-04-2011 , 06:37   Re: uq_jumpstats v2.38
Reply With Quote #398

Thanks. Everything is awesome now.
D@NG3R is offline
reinert
Veteran Member
Join Date: Feb 2007
Old 06-08-2011 , 05:01   Re: uq_jumpstats v2.38
Reply With Quote #399

how to disable stats which I don't want ?

I only need :

* Long Jump
* Count Jump
* Standup Count Jump
* High Jump
* Weird Jump
* Bunny Jump
* Standup Bunny Jump
reinert is offline
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 06-08-2011 , 05:29   Re: uq_jumpstats v2.38
Reply With Quote #400

Quote:
Originally Posted by reinert View Post
how to disable stats which I don't want ?

I only need :

* Long Jump
* Count Jump
* Standup Count Jump
* High Jump
* Weird Jump
* Bunny Jump
* Standup Bunny Jump
check config file

18. on/off each technique
kz_uq_lj «1»
kz_uq_cj «1»
kz_uq_bj «1»
kz_uq_sbj «1»
kz_uq_wj «1»
kz_uq_dcj «1»
kz_uq_mcj «1»
kz_uq_drbj «1»
kz_uq_scj «1»
kz_uq_drcj «1»
kz_uq_ladder «1»
kz_uq_ldbj «1»
kz_uq_scj «1»
kz_uq_dscj «1»
kz_uq_mscj «1»
kz_uq_dropscj «1»
kz_uq_dropdscj «1»
kz_uq_dropmscj «1»
kz_uq_duckbhop «1»
kz_uq_bhopinduck «1»
kz_uq_realldbhop «1»
kz_uq_upbj «1»
kz_uq_upsbj «1»
kz_uq_upbhopinduck «1»
kz_uq_multibhop «1»
kz_uq_dropdcj «1»
kz_uq_dropmcj «1»
__________________
Selling some Private plugins like anti Fps Hack
and other fun's projects (legal and not very) borjomi-page.at.ua
borjomi is offline
Send a message via ICQ to borjomi
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 13:47.


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