SA-MP Forums Archive
[FilterScript] Advanced Bomb System - 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] Advanced Bomb System (/showthread.php?tid=246560)



Advanced Bomb System - admantis - 04.04.2011

Advanced Bomb System
Author: Admantis


Information
With this bomb system you can plant and buy a bomb with a determinated command. The timer to explode and cost of the bomb, such as the coordinates of the bomb shop is easily modificable.

Commands
/buybomb: Buy a bomb for the defined cost (you need to be at bomb shop).
/plantbomb: Plant a bomb. After a time it will explode.

Important notes
- This does not include saving system and don't ask me to make it.
- You may want to edit the script according to your anti money cheat system.
- You may not re-release it without permisson.
- You need sscanf2 and ZCMD to use this engine.
- Please report any bugs you encounter.

Modifications
pawn Код:
#define     ShopX       0.000
#define     ShopY       0.000
#define     ShopZ       0.000
#define     ShopV       0
#define     Cost        25000
#define     BombTimer   1
ShopX: X coordenates of bomb shop
ShopY: Y coordenates of bomb shop
ShopZ: Z coordenates of bomb shop
ShopV: Virtual world of bomb shop
Cost: Cost of bomb
BombTimer: When will the bomb explode (NOTE: it's mediated in minutes)

Download link
http://pastebin.com/vphWU5KF
Mirrors are not welcome.


Re: Advanced Bomb System - vyper - 04.04.2011

I won't use it but good work anyway


Re: Advanced Bomb System - ColdIce - 04.04.2011

Where is the bomb shop exactly?


Re: Advanced Bomb System - admantis - 04.04.2011

Please read the main post.

You need to change ShopX, ShopY, ShopZ, ShopV.


Re: Advanced Bomb System - Medal Of Honor team - 05.04.2011

Suggestion: Make it Dynamic


Re: Advanced Bomb System - Ivan_Pantovic - 06.04.2011

Awesome
Its great!
But, how big is the explosion?


Re: Advanced Bomb System - admantis - 06.04.2011

Big enough to kill someone.