kz Longjumps Distance V2
hi all, here is the V2 of my plugin
changelog :
new cvar :
kz_lj_showactivity ; default : 1 ; 1 = print distance to all player , 0 = print only to hte player who is measuring
kz_lj_heightdifference ; default : 1 ; will display the height difference between the 2 points if the difference is higher than 3 units.
Command is : "kz_longjumps" in console
Picture
Download
https://www.youtube.com/watch?v=QwrbyVaC6EU
nice one :)
gj dude :D
Thanks, i'll update my version.
gj PrEn1uMz!
Thanks =)
n1
good job.. very nice plugin
now you dont must do anything more on that plugin cause nobody can make it better
[ Edited Fri Feb 23 2007, 11:59PM ]
kz_lj_heightdifference ; default : 1 ; will display the height difference between the 2 points if the difference is higher than 3 units.
why 3 units? is there any problem if i delete
if ( ( kzLoc_1[id][2] != kzLoc_2[id][2] ) && ( a > 3 ) || ( a < -3 ) )
or how can i make the plugin measure all highdifferences?
Change it to:
if ( kzLoc_1[id][2] != kzLoc_2[id][2] )
or:
if ( ( kzLoc_1[id][2] != kzLoc_2[id][2] ) && ( a > 0 ) || ( a < 0 ) )
[ Edited Tue Mar 20 2007, 08:34PM ]
ty
The Picture link is Forbidden for me. Upload to imageshack?
Forbidden
You don't have permission to access /ressources/kz_longjumps_amxx.JPG on this server.
Apache/1.3.37 Server at www.preniumz.com Port 80
Forbidden
You don't have permission to access /ressources/kz_longjumps_amxx.JPG on this server.
Apache/1.3.37 Server at www.preniumz.com Port 80 haha :D
yes, some problem with the ftp sry :S
download not... T^ T
You don't have permission to access /ressources/kz_longjumps.rar on this server.
T_T
Please, upload it on another ftp !! (sorry for double-post)
http://gamer.z.free.fr/kz_longjumps.rar
Thx a lot
Please log in to post replies.