[FilterScript] C4 BOMB (AUTODETONATE VERSION!)
#1

Introdutction:

  • C4 BOMB is a server that filterscript to plant / by a bomb that can detonate on the ground / explode.
  • I started doing this because filterscript interested me that trying to use the Timers to a self explodes.
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
Reply
#2

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.
Reply
#3

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.
Reply
#4

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
Reply
#5

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.
Reply
#6

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

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

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

Regards,
- Callump01
Reply
#9

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
Reply
#10

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)