SA-MP Forums Archive
[FilterScript] High-jump: Jump as high as you can! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] High-jump: Jump as high as you can! (/showthread.php?tid=196469)



High-jump: Jump as high as you can! - TheHoodRat - 05.12.2010

Hey there.

This is a basic filterscript that allows players to jump as high as they want to (they get parachute if z is higher than 75, if you want a parachute type /para).

You can enable high-jump by typing /enable, disable high-jump by typing /disable, set boost amount using /setboostamount.

RCON Admins can /enablefs to enable the filterscript, /disablefs to disable the filterscript, and /setboostamountforall to set everyone's boost amount.

This script needs zcmd to work.




Re: High-jump: Jump as high as you can! - Hiddos - 05.12.2010

Sorry to ask but... what is this? From the code I read it more looks like a script that sets your position when you jump. You could've done it with SetPlayerVelocity as well...


Re: High-jump: Jump as high as you can! - TheHoodRat - 05.12.2010

Quote:
Originally Posted by Hiddos
Посмотреть сообщение
Sorry to ask but... what is this? From the code I read it more looks like a script that sets your position when you jump. You could've done it with SetPlayerVelocity as well...
...Well basically if you press 'JUMP' key (normally Shift) on your keyboard your Z position will raise to the boost amount you've set.


Re: High-jump: Jump as high as you can! - _ELIX_ - 23.09.2011

nice bro on my server all the players were happy
+1 rep for u
add me as friend


Re: High-jump: Jump as high as you can! - davve95 - 23.09.2011

Sounds fun good job!