[list][img]http://images.eventscripts.com/images/50875/airbomb/2149/airbomb.gif[/img][/list]
Puts the bomb in the air with a cool effect and you can set a sound aswell for when the bomb plants.
The config is in the .py file you.
[b]Default Config[/b]
[syntax=python]
'''
==========
||Config||
==========
'''
ab_msg = 1 # Set to 1 to show the air bomb message. (1 Default)
ab_air = 1 # Set to 1 to put the bomb in the air. (1 Default)
ab_power = 125 # How high do you want the bomb to be put in the air. (125 Default)
ab_effect = 1 # Set to 1 to show the effect. (1 Default)
ab_model = "sprites/physcannon_bluecore1.vmt" # Sets what model the effect will be. ("sprites/physcannon_bluecore1.vmt" Default)
ab_snd = "0" # Sets the sound that will play when the player plants the bomb. ("0" Default/Disabled)
ab_snd_volume = 1.0 # How loud is the sound. (1.0 Max/Default)
ab_snd_dist = 0.5 # How far it reaches across the map. (0.5 Default)
[/syntax]
Installation
Just put the airbomb folder in your eventscripts folder and add "es_load airbomb" to your autoexec.
Version Notes For 0.1
Updated on: 2010-08-11 15:47:00 EST by .:MiB:. (View Zip Contents)
First Release