View Single Post
te0z
New Member
Join Date: Dec 2017
Old 12-09-2017 , 14:34   Re: UpDated Bazooka Mods
Reply With Quote #247

Quote:
Originally Posted by CantShoot View Post
Bazooka_2_Slot3
PLUGIN_VERSION 2.2.1

Usage:
Select knife and press (E userkey) to toggle bazooka/knife.

Click Fire button 1 to fire missile when actived.
Click Fire button 2 for missile mode selection.

Modes Are:
Normal Mode: Shoots rocket straight
Heat-Seeking Mode: Rocket will seek enemy player.
User-Guided Mode: You can guide rocket.
-----------------------------------------------------------------------------------
Bazooka_2_Slot5
PLUGIN_VERSION 2.0.0

Usage:
To use the Bazooka, Select the bomb/weapon slot 5.

Click Fire button 1 to fire missile when active.
Click Fire button 2 for missile mode selection.

Modes Are:
Normal Mode: Shoots a rocket straight.
Heat-Seeking Mode: Rocket will seek enemy player.
User-Guided Mode: You can guide rocket.
C4/Bomb:When carring C4.

Commands:
bazooka | spawn a bazooka in front of you (admin only)
bazooka_give <@all/ct/t>/userid> <amount> | give bazooka (admin only)

Say buybazooka in chat to buy bazooka. (everyone)

Cvars:

bazooka_buyable // Allow clients to buy a bazooka (default: 1)
bazooka_cost // Sets bazooka cost (default: 2500)
bazooka_dropping // Allow clients to drop the bazooka?? (default: 1)
bazooka_ammo1 // Sets max ammo Normal missiles (default: 3)
bazooka_ammo2 // Sets max ammo Heat-Seeking missiles (default: 1)
bazooka_ammo3 // Sets max ammo User-Guided missiles (default: 1)
bazooka_damage_radius // Sets bazooka damage radius (default: 250)
bazooka_max_damage // Sets bazooka damage. (default: 150)
bazooka_restrict // Resrict Certain Modes: a = Normal | b = Heat-Seeking | c = User-Guided | d = None
bazooka_trailtime // Bazooka trail time (default:10 roughly 1 second)
bazooka_velocity // Sets Missile speed only affects normal and heat-seeking rockets (default: 1200)
bazooka_trailcolor // Set to 0 = white 1 = team color 2 = random color trail
bazooka_gib_death // Set to 1 for gib` deaths
bazooka_obeyffcvar // Obeys friendly fire
bazooka_tkpunish1 // Sets team kill on/off
bazooka_tkpunish2 // Sets team kill amount
bazooka_obeybuyzone // Obeys buy zone restriction.


How can implement this to gungame mod ?

I do this:

in gungame.cfg:
gg_map_setup -> add this "bazooka_cost 0; bazooka_dropping 0; bazooka_ammo1 999; bazooka_restrict a; bazooka_trailcolor 1; bazooka_tkpunish1 0"
gg_weapon_order --> "deagle,buybazooka,hegrenade,knife" (for test)

in plugins.ini:
bazooka_2_Slot5.amxx (dont exists c4 en gg)

but don'st work...

Last edited by te0z; 12-09-2017 at 14:38. Reason: Add information
te0z is offline