04.04.2011, 19:01
(
Последний раз редактировалось admantis; 06.04.2011 в 17:02.
)
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
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.
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
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.