[FilterScript] [FS] The bomb company. (My First Filterscript/Script) - 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] [FS] The bomb company. (My First Filterscript/Script) (
/showthread.php?tid=74576)
[FS] The bomb company. (My First Filterscript/Script) -
Sal_Kings - 24.04.2009
The bomb company.
Before i start its my first script EVER, I didint read any tutorials i just grabbed peace by peace off other scripts and added it together to make this. And somone helped me a bit. I have been making alot more FilterScripts but i dont releae them to the public. I will try to release more.
When your ingame type this
/call 1997
Then some text will appear saying "You give the man some money and he gives you a bomb"
Then you will pay him 5000$.
Then you can type /pullbombstring and the rest is for you to see

Enjoy
I only uploaded the PWN.
http://www.gigasize.com/index.php?f=...0840ee1ab726--
Re: [FS] The bomb company. (My First Filterscript/Script) -
propilot - 24.04.2009
Good job
Re: [FS] The bomb company. (My First Filterscript/Script) -
MaykoX - 24.04.2009
Nice For First FS. Luck with future scripting.
Re: [FS] The bomb company. (My First Filterscript/Script) -
James_Alex - 24.04.2009
good man
nice script
Re: [FS] The bomb company. (My First Filterscript/Script) -
Trooper[Y] - 24.04.2009
pastebin link please
Re: [FS] The bomb company. (My First Filterscript/Script) -
Weirdosport - 24.04.2009
In the /call 1997 command it would be good practice to use the else functions as well as the if's.
Also:
pawn Код:
if (strcmp("/pullbombstring", cmdtext, true, 8) == 0)
The number 8 should be 15, as at the moment the command would work when you typed /pullbom
Re: [FS] The bomb company. (My First Filterscript/Script) -
Sal_Kings - 24.04.2009
Quote:
Originally Posted by Weirdosport
In the /call 1997 command it would be good practice to use the else functions as well as the if's.
Also:
pawn Код:
if (strcmp("/pullbombstring", cmdtext, true, 8) == 0)
The number 8 should be 15, as at the moment the command would work when you typed /pullbom
|
Oh ok ty
Re: [FS] The bomb company. (My First Filterscript/Script) -
Sal_Kings - 29.06.2009
Quote:
Originally Posted by Trooper[Y
]
pastebin link please
|
sorry i am not on my comp
Re: [FS] The bomb company. (My First Filterscript/Script) -
*ToM* - 29.06.2009
Not bad especially if it's yours first time. Simple but nice
Re: [FS] The bomb company. (My First Filterscript/Script) -
SergiKirov - 30.06.2009
Sounds intresting!