View Single Post
crnova
Senior Member
Join Date: Sep 2015
Old 02-24-2016 , 16:58   Re: [BB] Ammo Pack: Shop Items
Reply With Quote #2

Shop Item: Bazooka
Author: Vechta



Description:

- Bazooka (Cost: 500 Ammo-Packs)

Requirements:

- AMXMODX 1.8+
- Base Builder
- Ammo-Pack System
- Modules
Code:
#include <fakemeta>
#include <engine>
#include <hamsandwich>
#include <xs>
#include <bb_ammopacks>
#include <basebuilder>
Cvars:

PHP Code:
// Delay - How long it will be taken to reload Bazooka
// default "15"
ap_bazooka_delay 15

// Damage - How many damagen taken if touching ground
// default "1000"
ap_bazooka_damage 1000

// Radius - Radius of damage if rocket touch ground
// default "250"
ap_bazooka_radius 250

// Normal shoot speed - Bazooka's rocket Speed on Normal shoot
// default "800"
ap_bazooka_speed 800

// Homing shoot speed - Bazooka's rocket Speed on Homing shoot
// default "350"
ap_bazooka_homing_speed 350

// Camera shoot speed - Bazooka's rocket Speed on Camera shoot
// default "300"
ap_bazooka_camera_speed 300 

Credits:

- Vechta for the bazooka.


Installation:

- 'bb_ap_bazooka.amxx' will go in 'addons\amxmodx\plugins' folder
- Open 'plugins.ini' that is found in 'addons\amxmodx\configs' folder, and add the line 'bb_ap_bazooka.amxx' without the '

Downloads are down below.
Attached Files
File Type: sma Get Plugin or Get Source (bb_ap_bazooka.sma - 697 views - 17.8 KB)
__________________

Last edited by crnova; 03-20-2016 at 07:57.
crnova is offline