SA-MP Forums Archive
[FilterScript] C4 BOMB (AUTODETONATE VERSION!) - 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] C4 BOMB (AUTODETONATE VERSION!) (/showthread.php?tid=185445)



C4 BOMB (AUTODETONATE VERSION!) - Scripter123 - 24.10.2010

Introdutction:

FilterScript Info::


* In filterscript you can find the following commands:

/ C4help:

- Serves to see help, or show how and what are the commands and what they do.

/plantc4:

- Create a bomb on the ground on which you can then use / to explode the bomb explode.

/plantautoc4:

- Creates a bomb that explodes in 7 seconds.

/Explodes:

- Explode the bomb


Bugs/Credits/Mirrors:


* I don't need mirrors.
* I don't finded any bug, if you find one sendme a PM (SCRIPTER123) or post here
* All credits to ME! You don't have premission to copy/edit/remove my functions.
* If you edit and release it again, i will report you.


Download:


PastBin
Solid Files


Re: C4 BOMB (AUTODETONATE VERSION!) - Huzzy - 24.10.2010

Not bad some suggstions:

If you can make it that you have to go to some hide out or something then buy it that would be cool.And ideal for RPG.


Re: C4 BOMB (AUTODETONATE VERSION!) - Scripter123 - 24.10.2010

Hmm so you want with a buy system huh? like /buyc4 hmm yes i can make it
Thanks for suggestion i will make it for next version

Thank you for the post.


Re: C4 BOMB (AUTODETONATE VERSION!) - RhysterD - 24.10.2010

It would be cool say if you could type /plantc4auto (time).
So that it will explode within like how many seconds you want, then it could be used for other purposes


Re: C4 BOMB (AUTODETONATE VERSION!) - huyhung65ht - 25.10.2010

E:\Copy of server\filterscripts\wedding.pwn(69) : warning 202: number of arguments does not match definition
E:\Copy of server\filterscripts\wedding.pwn(82) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.


Re: C4 BOMB (AUTODETONATE VERSION!) - sapsap - 25.10.2010

Hey man, nice script, can I edit it so I can like edit the exploding time to something like 10?


Re: C4 BOMB (AUTODETONATE VERSION!) - Andy_McKinley - 25.10.2010

Quote:
Originally Posted by Scripter123
Посмотреть сообщение
* If you edit and release it again, i will report you.
lol to what


Re: C4 BOMB (AUTODETONATE VERSION!) - Callump01 - 25.10.2010

So... People can't improve your Filterscript, Even if they don't release it and give you full credits.
>.>

Regards,
- Callump01


Re: C4 BOMB (AUTODETONATE VERSION!) - notime - 29.10.2010

Quote:
Originally Posted by huyhung65ht
Посмотреть сообщение
E:\Copy of server\filterscripts\wedding.pwn(69) : warning 202: number of arguments does not match definition
E:\Copy of server\filterscripts\wedding.pwn(82) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
This is whats on line 69:
Код:
bomb1 = CreatePickup(1252,23,X,Y,Z,-1,-1);
Change it to:
Код:
bomb1 = CreatePickup(1252,23,X,Y,Z,-1);
this on 82:
Код:
bomb1 = CreatePickup(1252,23,X,Y,Z,-1,-1);
Change it to:
Код:
bomb1 = CreatePickup(1252,23,X,Y,Z,-1);
that will fix the warnings


Re: C4 BOMB (AUTODETONATE VERSION!) - Scripter123 - 30.10.2010

Quote:
Originally Posted by notime
Посмотреть сообщение
This is whats on line 69:
Код:
bomb1 = CreatePickup(1252,23,X,Y,Z,-1,-1);
Change it to:
Код:
bomb1 = CreatePickup(1252,23,X,Y,Z,-1);
this on 82:
Код:
bomb1 = CreatePickup(1252,23,X,Y,Z,-1,-1);
Change it to:
Код:
bomb1 = CreatePickup(1252,23,X,Y,Z,-1);
that will fix the warnings

OK! BRO you in credits

TY! very thank you