[Map] [FS][MAP] Cage Trap - 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)
+---- Forum: Maps (
https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] [FS][MAP] Cage Trap (
/showthread.php?tid=63242)
[FS][MAP] Cage Trap -
JoeDaDude - 27.01.2009
My First Filterscript/Map
CAGE TRAP
// Videos Coming Soon.
Download:
http://pastebin.com/fbef1fc
Commands:
/cage down - Will hide the cage ready for the next unsuspecting person.
Features:
Armour Pickup, Once person walks into armour, He will recieve armour but also be trapped by a cage tht will surround him
Credits goto: JoeDaDude For Making, Creating and thinking of the idea.
DO NOT Release or edit this script without permission.
Re: [FS][MAP] Cage Trap -
Mikep - 27.01.2009
Nice idea
Re: [FS][MAP] Cage Trap -
JoeDaDude - 27.01.2009
Ty if you have any ideas or found some bugs just ask
Re: [FS][MAP] Cage Trap -
rafay - 27.01.2009
Quote:
Originally Posted by ǝʞıɯ
Nice idea
|
& nice work!
Re: [FS][MAP] Cage Trap -
JoeDaDude - 27.01.2009
Thankyou,
I will be releasing another script shorlty
Re: [FS][MAP] Cage Trap -
harrold - 27.01.2009
Wrong,Wrong,Wrong!!!
You DON'T have test this
look:
pawn Код:
if (strcmp(cmdtext, "/cage down", true)==0)
you can't add a space in a command
pawn Код:
if (strcmp(cmdtext, "/cagedown", true)==0)
This Is good
Re: [FS][MAP] Cage Trap -
JoeDaDude - 27.01.2009
I have tested, All commands work fine with a space.
Re: [FS][MAP] Cage Trap -
sidhu123 - 27.01.2009
Quote:
Originally Posted by ǝʞıɯ
Nice idea
|
Remember I was telling you about this yesterday
Re: [FS][MAP] Cage Trap -
Super_Panda - 01.10.2011
Quote:
Originally Posted by harrold
Wrong,Wrong,Wrong!!!
You DON'T have test this
look:
pawn Код:
if (strcmp(cmdtext, "/cage down", true)==0)
you can't add a space in a command
pawn Код:
if (strcmp(cmdtext, "/cagedown", true)==0)
This Is good
|
Yes you can -.-
Re: [FS][MAP] Cage Trap -
Melvin - 02.11.2011
Quote:
Originally Posted by harrold
Wrong,Wrong,Wrong!!!
You DON'T have test this
look:
pawn Код:
if (strcmp(cmdtext, "/cage down", true)==0)
you can't add a space in a command
pawn Код:
if (strcmp(cmdtext, "/cagedown", true)==0)
This Is good
|
Lool you fail very hard, you think your the smart guy. Or something.