[FilterScript] Tuxedo Suit - 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] Tuxedo Suit (
/showthread.php?tid=606589)
Tuxedo Suit -
Mark_Samp - 06.05.2016
This is Tuxedo Suit , Ofcourse you all heared about Tuxedo Suit which took apart in the Famous Movie of JackieChan.
I made this Filterscript just for Fun, where you can have your own Tuxedo Suit and use all it's powerfull Actions.This script is totally made by me , From scratch.The idea just popped on my mind when I was watching the movie.
PHP Code:
Avaliable CMDS:
/MakeTuxedo //Give the Tuxedo Suit to the Player (You need to login with Rcon Password)
/takeTuxedo //Takes the Tuxedo Suit from the player (You need to login with Rcon Password)
/Tuxedo //Open The Tuxedo Menu
Features- UnStoppable Mode
- Kangaroo
- Flash
- Teleport
- Armory
- Invisibilty
- Storm
- Uniform
Now , We are going to talk about some of these Features.
UnStoppable Mode Which gives you Super Infinite Health
Kangaroo Mode Which gives you Super Jump Ability
Flash Mode which gives you Super Run Abilty
Teleport Which give you the Option to teleport Among San Andreas
Armory Which give you all Kind of Weapons which you can Use
Invisibilty which is my favorite where you can Hide your vehicle Totally ((Only works on Cars))
Storm which give you the ability to Control Weather
Uniform which Give you a big menu to choose Which Tuxedo Suit suits you better.
PasteBin: http://pastebin.com/AtDXMuGG
MediaFire: https://www.mediafire.com/?4z86tqrpom4vo7i
Version 2.0: https://sampforum.blast.hk/showthread.php?tid=607157
Re: Tuxedo Suit -
Mark_Samp - 08.05.2016
Hmm any point of View?
Re: Tuxedo Suit -
Radio - 08.05.2016
This is good, i like it.
Keep it up mate.
Re: Tuxedo Suit -
legendd - 08.05.2016
Good for a beginner.
Nice...
Re: Tuxedo Suit -
iSteve - 09.05.2016
Good Work, +rep
Re: Tuxedo Suit -
Mark_Samp - 13.05.2016
Quote:
Originally Posted by Radio
This is good, i like it.
Keep it up mate.
|
Thank you for your Opinion
Quote:
Originally Posted by legendd
Good for a beginner.
Nice...
|
Yea , I am working on a new Version right now
Quote:
Originally Posted by iSteve
Good Work, +rep
|
Thanks
Re: Tuxedo Suit -
xTURBOx - 13.05.2016
well here are few suggestions
-Ability to control "flash" speed
-ability to control the kangaroo jump height
Re: Tuxedo Suit -
Ruthless725 - 13.05.2016
I tried to /maketuxedo but fail. it keep say /maketuxedo (playerid)
I already put my Id but fail
Re: Tuxedo Suit -
biker122 - 13.05.2016
pawn Code:
if(!IsPlayerConnected(playerid) && player1 != INVALID_PLAYER_ID)
Really? IsPlayerConnected is enough, and there's no need to check anymore. Did someone even notice this "player1 != INVALID_PLAYER_ID)"? So even if player1 is a VALID ID, there will be an error.
Re: Tuxedo Suit -
Mark_Samp - 13.05.2016
Quote:
Originally Posted by xTURBOx
well here are few suggestions
-Ability to control "flash" speed
-ability to control the kangaroo jump height
|
Thanks , I am sure that this will take apart in my new Version
Quote:
Originally Posted by Ruthless725
I tried to /maketuxedo but fail. it keep say /maketuxedo (playerid)
I already put my Id but fail
|
Hmm , How is that? Anyway the new Version will be uploaded tommorw. Everything will be fixed , I rewritten the whole new code.
Quote:
Originally Posted by biker122
pawn Code:
if(!IsPlayerConnected(playerid) && player1 != INVALID_PLAYER_ID)
Really? IsPlayerConnected is enough, and there's no need to check anymore. Did someone even notice this "player1"
|
Nope, It will work as ID , I just written "player1" as in my own opinion It looks better. You would notice:
anyway I rewritten the whole code , It will be available Tommow
EDIT: I Found that there is a bug in that CMD Right.Thanks , Will be fixed on V2