Raised This Month: $ Target: $400
 0% 

kz_ljs_xm.amxx - All versions here


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 10-09-2008 , 16:43   Re: kz_ljs_xm.amxx - All versions here
#1

toooooo low
The plugin cant handle it obviously
i guess its hardcoded to not measure more than 265
This would explain why FoF didnt get stats on his double CJ
It would also explain why its not working for us
__________________
minimiller is offline
Send a message via MSN to minimiller
Jerich0
Junior Member
Join Date: Nov 2008
Old 01-29-2009 , 15:27   Re: kz_ljs_xm.amxx - All versions here
#2

maybe if you change max lj from ljstats.ini from 260 to 300
Jerich0 is offline
andrei999999
Zero Posts
Join Date: May 2008
Old 02-05-2009 , 08:11   Re: kz_ljs_xm.amxx - All versions here
#3

I want to ask you a question about the lj stats plugin for 10aa. The plugin sounds default values are : 240+ impresive 245+perfect and 250+wickedsick ...u already knew that , but i want to ask you how can i make another so that when i jump 252+ to say holy shit ... I already downloaded the holyshit.wad, and in the ljstats.ini , i made another jump Cvar . The default are :
; 1337 lj (prints to all players)
; To disable, set it to -1
; Cvar kz_leet_lj (default "250.0")
250.0

; Professional lj (prints to all players)
; To disable, set it to -1
; Cvar kz_pro_lj (default "245.0")
245.0

; Good lj (prints to all players)
; To disable, set it to -1
; Cvar kz_good_lj (default "240.0")
240.0

And i made another :

; Ultra lj (prints to all players)
; To disable , set it to -1
; Cvar kz_ultra_lj (default "252.0")
252.0
How can i get this to work , and when i go 252+ to say HolyShit ... i mean how do i add the sound to the lj plugin ... Does anyone know ??
andrei999999 is offline
benamo6
Veteran Member
Join Date: Aug 2008
Location: NeverLand
Old 10-09-2008 , 17:01   Re: kz_ljs_xm.amxx - All versions here
#4

can it be fixed?
__________________
Please help me with this Thread
I am 70% addicted to Counterstrike. What about you?
Ill make any spanish translation of a plugin. Just ask for it
benamo6 is offline
Send a message via MSN to benamo6
platon
Junior Member
Join Date: Oct 2008
Old 12-10-2008 , 06:11   Re: kz_ljs_xm.amxx - All versions here
#5

I always get this Error in console :S


L 12/10/2008 - 11:14:16: -------- Mapchange to awp_rooftops --------
L 12/10/2008 - 11:14:16: [AMXX] Zlib error encountered: -2(152709
L 12/10/2008 - 11:14:16: [AMXX] Zlib error encountered: -2(152709
L 12/10/2008 - 11:14:16: [AMXX] Failed to allocate memory (plugin "kz_ljs_xm_failstats_dowhatyouwant.amxx")
Warning: Couldn't get duration of phrase 'sound\radio\bot\cooked\well_cover_you_you_de fuse

can u help
platon is offline
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 10-09-2008 , 17:16   Re: kz_ljs_xm.amxx - All versions here
#6

not by me
__________________
minimiller is offline
Send a message via MSN to minimiller
benamo6
Veteran Member
Join Date: Aug 2008
Location: NeverLand
Old 10-09-2008 , 17:55   Re: kz_ljs_xm.amxx - All versions here
#7

i was needing that , f***
__________________
Please help me with this Thread
I am 70% addicted to Counterstrike. What about you?
Ill make any spanish translation of a plugin. Just ask for it
benamo6 is offline
Send a message via MSN to benamo6
Lt.RAT
Member
Join Date: Sep 2008
Location: Russia Yekaterinburg
Old 10-12-2008 , 11:45   Re: kz_ljs_xm.amxx - All versions here
#8

so...
need to set "kz_max_lj" to smth large

Then, it have slide protection - via time in the air, so with low gravity we stay in the air nuch more time, and it cancel the jump...

Code:
			if( vOrigin[2] == vJumpedAt[id][2] )
			{
				if( is_in_duck(id) && !(frame2time > 0.71 && frame2time < 0.77) )
					vOrigin[2] = vOrigin[2]*-1;
				else if( !(is_in_duck(id)) && !(frame2time > 0.65 && frame2time < 0.70) )
					vOrigin[2] = vOrigin[2]*-1;
			}
remove it to allow low/big gravity jumps, but u will get slide bug
Lt.RAT is offline
Send a message via ICQ to Lt.RAT
Joakimroeoes
New Member
Join Date: Oct 2008
Old 10-19-2008 , 11:12   Re: kz_ljs_xm.amxx - All versions here
#9

Did not work

how to fiix it?

+karma if it helps me
Joakimroeoes is offline
Extract
Member
Join Date: Feb 2008
Old 10-19-2008 , 11:16   Re: kz_ljs_xm.amxx - All versions here
#10

Quote:
Originally Posted by Joakimroeoes View Post
Did not work

how to fiix it?

+karma if it helps me
Did you compile locally? Written the correct plugin name in plugins.ini?
If the server crashes right after you have installed the plugin, you might have to right debug after the plugins name in plugins.ini
Extract is offline
Closed Thread



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 15:53.


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