Posts: 70
Threads: 7
Joined: Oct 2010
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
Posts: 56
Threads: 4
Joined: May 2010
Reputation:
0
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.
Posts: 70
Threads: 7
Joined: Oct 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.
Posts: 31
Threads: 4
Joined: Sep 2010
Reputation:
0
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.
Posts: 88
Threads: 25
Joined: Jul 2010
Reputation:
0
Hey man, nice script, can I edit it so I can like edit the exploding time to something like 10?
Posts: 41
Threads: 4
Joined: Jan 2010
Reputation:
0
So... People can't improve your Filterscript, Even if they don't release it and give you full credits.
>.>
Regards,
- Callump01
Posts: 70
Threads: 7
Joined: Oct 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