Raised This Month: $32 Target: $400
 8% 

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 09-30-2008 , 16:00   kz_ljs_xm.amxx - All versions here
#1

kz_ljs_xm

The kz_ljs_xm plugins are no more =[
Well: they are still here, but something tells me that if you are Dloading from this site, you are gonna upload it to a fun server so every1 knows how far they're jumping
If you ARE reading this thread, you have 3 options:

1) If you are only here to Dload a fun stats plugin, use this (Search the thread a little)
Its not currently approved by XJ for use in demo recordings, but it works (IMO) better than kz_ljs_xm
(Other Dload link here)

2) Go here and Dload kz_ljs_xm from the official XJ website
This is the only (current) version that is approved for use in demo recordings
(Currently unapproved for demo recording due to the server crash bug)

3) Dload one of the versions below which are no longer supported by me
They will remain in this thread but if you need help with it, i suggest you go to XJ and post in the official kz_ljs_xm thread

Good luck
Attached Files
File Type: sma Get Plugin or Get Source (kz_ljs_xm_failstats.sma - 8509 views - 150.0 KB)
File Type: sma Get Plugin or Get Source (kz_ljs_xm_failstats_only_t.sma - 5813 views - 151.2 KB)
File Type: sma Get Plugin or Get Source (kz_ljs_xm_failstats_100aa.sma - 8819 views - 150.0 KB)
File Type: sma Get Plugin or Get Source (kz_ljs_xm_failstats_100aa_only_t.sma - 10252 views - 151.2 KB)
File Type: sma Get Plugin or Get Source (kz_ljs_xm_failstats_dowhatyouwant.sma - 5714 views - 148.8 KB)
File Type: rar sound.rar (213.4 KB, 6206 views)
File Type: inc colorchat.inc (2.3 KB, 5436 views)
File Type: cfg kz_ljs_xm.cfg (2.1 KB, 7294 views)
__________________

Last edited by minimiller; 02-23-2009 at 11:05. Reason: 23/11/2008 || 5:55pm
minimiller is offline
Send a message via MSN to minimiller
Lt.RAT
Member
Join Date: Sep 2008
Location: Russia Yekaterinburg
Old 10-01-2008 , 06:01   Re: kz_ljs_xm.amxx - All versions here
#2

1) why its based on 2.11 version ?)
2) why we need to do that code (each fwdPlayerPreThink), even if we are not jumping...
Code:
		for( new i = 0; i < 127; i++ ) {
			pev(id, pev_origin, vOrigin);
			
			if (vBeamPos[id][i][0] == 0
			&& vBeamPos[id][i][1] == 0
			&& vBeamPos[id][i][2] == 0) {
				vBeamPos[id][i][0] = vOrigin[0];
				vBeamPos[id][i][1] = vOrigin[1];
				vBeamPos[id][i][2] = vOrigin[2];
				if (doubleducked[id] == true || induck[id] == true) {
					vBeamPosStatus[id][i] = vOrigin[0]-vOrigin[0]-1;
				} else if (is_in_duck(id))
					vBeamPosStatus[id][i] = vOrigin[0]-vOrigin[0]+1;
				else
					vBeamPosStatus[id][i] = vOrigin[0]-vOrigin[0];
				i=127;
			}
		}
3) And as i see, we have "outOfBounds" error here with "replace()" function in "show_lj15(id)"

PS nice topic, this one helps avoid many plugin requests in ICQ
PSS and yes, upload all parts of kz_ljs_xm, we need colorchat.inc to compile that plugin

Last edited by Lt.RAT; 10-01-2008 at 06:06.
Lt.RAT is offline
Send a message via ICQ to Lt.RAT
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 10-01-2008 , 06:37   Re: kz_ljs_xm.amxx - All versions here
#3

tbh, i havent really edit the code at all
Ive just Dloaded the stuff from XJ and edited for each version
__________________
minimiller is offline
Send a message via MSN to minimiller
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 10-01-2008 , 14:09   Re: kz_ljs_xm.amxx - All versions here
#4

Lt.RAT post your bhop stats
__________________
xPaw is offline
Extract
Member
Join Date: Feb 2008
Old 10-03-2008 , 13:23   Re: kz_ljs_xm.amxx - All versions here
#5

Sweet! Btw, what's "failstats"? Is it that you see the ljstats
when you fail a jump?
Extract is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 10-03-2008 , 13:57   Re: kz_ljs_xm.amxx - All versions here
#6

Extract right
__________________
xPaw is offline
HamoOodi
Senior Member
Join Date: Dec 2005
Old 10-07-2008 , 10:24   Re: kz_ljs_xm.amxx - All versions here
#7

What is the differnet between theese ?? File Type: sma Get Plugin or Get Source (kz_ljs_xm_failstats.sma - 32 views - 150.0 KB)
File Type: sma Get Plugin or Get Source (kz_ljs_xm_failstats_only_t.sma - 6 views - 151.2 KB)
File Type: sma Get Plugin or Get Source (kz_ljs_xm_failstats_100aa.sma - 39 views - 150.0 KB)
File Type: sma Get Plugin or Get Source (kz_ljs_xm_failstats_100aa_only_t.sma - 23 views - 151.2 KB)

Should I have all of them ? When I disable the plugin and change map there is still enable.. I have to disable again..
HamoOodi is offline
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 10-07-2008 , 10:29   Re: kz_ljs_xm.amxx - All versions here
#8

1) normal version (works for CT and T)
2) only_t (wonly shows stats for T
3) 100aa (100aa, works for CT and T)
4) 100aa_only_t (100aa only shows stats for Ts)
__________________
minimiller is offline
Send a message via MSN to minimiller
benamo6
Veteran Member
Join Date: Aug 2008
Location: NeverLand
Old 10-08-2008 , 11:21   Re: kz_ljs_xm.amxx - All versions here
#9

wath have the 100aa version?
__________________
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
Extract
Member
Join Date: Feb 2008
Old 10-08-2008 , 12:07   Re: kz_ljs_xm.amxx - All versions here
#10

Quote:
Originally Posted by benamo6 View Post
wath have the 100aa version?
It's only 100 airaccelerate, wich is what most Hide 'N Seek servers use these days (wich isn't 'legal settings' according to some.)
Extract is offline
Closed Thread


Thread Tools
Display Modes

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:06.


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