SA-MP Forums Archive
[FilterScript] De4dpOol's Rappelling System (Fully Automatic) - 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] De4dpOol's Rappelling System (Fully Automatic) (/showthread.php?tid=568585)

Pages: 1 2


De4dpOol's Rappelling System (Fully Automatic) - De4dpOol - 23.03.2015

Introduction:
I got the idea of creating it after I saw Karan007's FS, I was good but I didn't liked to use commands for starting and stopping Rappelling. So, I created my own with some basic knowledge.

How Does It Work?:
Press Jump key and if you are falling, or going to fall after the jump, rappelling will start. When you reach the ground it will stop automatically. You can also rappel from Maverick by pressing jump key if you are not driver.

Video:
Adding new one showing all the updated features soon.

Download:


Requirements:
Southclaw's Line Library Include (It requires Y_iterate and Streamer)
Zeex's Command Processor (ZCMD)

Bugs:
None. Let me know if there are any.



Re: De4dpOol's Rappelling System (Fully Automatic) - mustajab97 - 24.03.2015

Thanks alot bro I was searching for something like this.....Great Work Man keep it UP!


Re: De4dpOol's Rappelling System (Fully Automatic) - Younes44 - 24.03.2015

Awesome Work dude..
+Rep


Re: De4dpOol's Rappelling System (Fully Automatic) - DeitY - 25.03.2015

#include <line>

What's the usage of this include?

GetPlayerHealth(playerid, PlayerHealth[playerid]);
SetPlayerHealth(playerid, 999999.0);

So when player lands, he gets 999999. hp?

LandingChecker[playerid] = SetTimerEx("FallingChecker",500,1,"i",playerid);

0.5 second timer...

Improve this..


Re: De4dpOol's Rappelling System (Fully Automatic) - De4dpOol - 25.03.2015

Quote:
Originally Posted by DeitY
Посмотреть сообщение
#include <line>

What's the usage of this include?

GetPlayerHealth(playerid, PlayerHealth[playerid]);
SetPlayerHealth(playerid, 999999.0);

So when player lands, he gets 999999. hp?

LandingChecker[playerid] = SetTimerEx("FallingChecker",500,1,"i",playerid);

0.5 second timer...

Improve this..
1. Line.inc is line segment library, used to create a line of rope object.
2. SetPlayerHealth(playerid, 999999.0); Is to make the player immortal so that he won't die on landing, his real health is given to him after landing.
3. Yes a 0.5 second timer, so what? Try less and it will not work as it compares the two position of player. Larger value will take time in stopping rappelling.
4. I see nothing to improve :/ Except rope's position. I will improve it soon.


Re: De4dpOol's Rappelling System (Fully Automatic) - DeitY - 25.03.2015

Quote:
Originally Posted by De4dpOol
Посмотреть сообщение
1. Line.inc is line segment library, used to create a line of rope object.
2. SetPlayerHealth(playerid, 999999.0); Is to make the player immortal so that he won't die on landing, his real health is given to him after landing.
3. Yes a 0.5 second timer, so what? Try less and it will not work as it compares the two position of player. Larger value will take time in stopping rappelling.
4. I see nothing to improve :/ Except rope's position. I will improve it soon.
Hmm, sure, i'll now test this and let you know about the results!


Re: De4dpOol's Rappelling System (Fully Automatic) - Karan007 - 25.03.2015

Good job bro


Re : De4dpOol's Rappelling System (Fully Automatic) - Wassimo - 25.03.2015

Nice dude keep it !


Re: De4dpOol's Rappelling System (Fully Automatic) - KayJ - 25.03.2015

- Already released on off topic section.
OP: not bad


Re: De4dpOol's Rappelling System (Fully Automatic) - De4dpOol - 26.03.2015

Quote:
Originally Posted by karan007
Посмотреть сообщение
Good job bro
Thanks to you man for the idea

Quote:
Originally Posted by Wassimo
Посмотреть сообщение
Nice dude keep it !
Thank you

Quote:
Originally Posted by StuartIndia
Посмотреть сообщение
- Already released on off topic section.
OP: not bad
The one which is using MapAndreas plugin? If yes, I don't see any need of using MapAndreas. Thanks anyway.


Re: De4dpOol's Rappelling System (Fully Automatic) - DeitY - 26.03.2015

Its nice, but it needs some improvements ,like

If he leaves maverick or police maverick, to activate rappel. Also if u fall from building rappel activates, or if you are jetpack and jump from air also rappels activates.

could be nice also some timer, for example once he hits ground, rappel auto deactivates, and can activate only in maverick/some airplane

and if he is a driver and tryes to leave also rappel activates, so could be nice for passangers only!

Looking forward for more info

Thanks!


Re: De4dpOol's Rappelling System (Fully Automatic) - De4dpOol - 27.03.2015

Quote:
Originally Posted by DeitY
View Post
Its nice, but it needs some improvements ,like

If he leaves maverick or police maverick, to activate rappel. Also if u fall from building rappel activates, or if you are jetpack and jump from air also rappels activates.

could be nice also some timer, for example once he hits ground, rappel auto deactivates, and can activate only in maverick/some airplane

and if he is a driver and tryes to leave also rappel activates, so could be nice for passangers only!

Looking forward for more info

Thanks!
I haven't got it. You mean you exit heli/plane rappel activates. You fall and rappel activates, you leave jetpack and fall and rappel activates. Isn't what it is supposed to do?

A timer to deactivate it?
Anyway, I liked a part of your idea. In the next version I will add a key like, You press jump rappel activates and you land and rappel deactivates.


Re: De4dpOol's Rappelling System (Fully Automatic) - HydraHumza - 30.03.2015

Suggestion
Why u don't make like this that when we press numpad 5 or any button from maverick and it goes down with rope? isn't it good?


Re: De4dpOol's Rappelling System (Fully Automatic) - De4dpOol - 30.03.2015

Quote:
Originally Posted by Humza
View Post
Suggestion
Why u don't make like this that when we press numpad 5 or any button from maverick and it goes down with rope? isn't it good?
Its a good suggestion, I will make it in next version.


Re: De4dpOol's Rappelling System (Fully Automatic) - Ritzy2K - 30.03.2015

Nice man.


Re: De4dpOol's Rappelling System (Fully Automatic) - Mya - 31.03.2015

Wow, that's cool !!


Re: De4dpOol's Rappelling System (Fully Automatic) - PiLLoW - 31.03.2015

nIce


Re: De4dpOol's Rappelling System (Fully Automatic) - De4dpOol - 02.04.2015

Quote:
Originally Posted by [ND]xXZeusXx.
View Post
Nice man.
Thanks

Quote:
Originally Posted by Mya
View Post
Wow, that's cool !!
Thank you.

Quote:
Originally Posted by PiIIoW
View Post
nIce
Thanks mate

Updated the script:
> Now you can rappel by using Jump Key.
> Now you can Rappel from Maverick by pressing Jump Key, if you are not the pilot. (Haven't tested, please someone tell me if it does not work)


Re: De4dpOol's Rappelling System (Fully Automatic) - Karan007 - 02.04.2015

Good job again


Re: De4dpOol's Rappelling System (Fully Automatic) - HydraHumza - 02.04.2015

Quote:
Originally Posted by De4dpOol
View Post
Updated the script:
> Now you can rappel by using Jump Key.
> Now you can Rappel from Maverick by pressing Jump Key, if you are not the pilot. (Haven't tested, please someone tell me if it does not work)
I will try and let u knw :P