Raised This Month: $ Target: $400
 0% 

Help / Support Show damage to in bazooka !


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
mountan
Member
Join Date: Feb 2012
Old 03-11-2012 , 03:58   Show damage to in bazooka !
Reply With Quote #1

Hi,





I'm looking for plugin which displays the damage done by bazooka


mountan is offline
ownedin3d
Senior Member
Join Date: Jul 2011
Old 03-11-2012 , 11:14   Re: Show damage to in bazooka !
Reply With Quote #2

use this damage shower: http://forums.alliedmods.net/showthread.php?p=1024900

and this bazooka plugin.

PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <bullet_damage>
#include <fakemeta>
#include <hamsandwich>
#include <zombieplague>

static const plugin[] = "[ZP] Extra Item: Bazooka";

static const 
mrocket[] = "models/rpgrocket.mdl";
static const 
mrpg_w[] = "models/w_rpg.mdl";
static const 
mrpg_v[] = "models/v_rpg.mdl";
static const 
mrpg_p[] = "models/p_rpg.mdl";
static const 
sfire[] = "weapons/rocketfire1.wav";
static const 
sfly[] = "weapons/nuke_fly.wav";
static const 
shit[] = "weapons/mortarhit.wav";
static const 
spickup[] = "items/gunpickup2.wav";

static const 
g_item_name[] = "Bazooka";
const 
g_item_cost 25;
new 
g_itemid;

new 
gmsg_screenshakegmsg_deathgmsg_damagepcvar_delaypcvar_maxdmgpcvar_radiuspcvar_map;
new 
rocketsmokeexplosionbazsmokewhite
new 
bool:has_baz[33], bool:CanShoot[33];
new 
dmgcount[33], pcvar_dmgforpackspcvar_award;

public 
plugin_init()
{
    
register_plugin(plugin"0.6""Random1");
    
    
pcvar_delay register_cvar("zp_baz_delay""10.0");
    
pcvar_maxdmg register_cvar("zp_baz_dmg""500");
    
pcvar_radius register_cvar("zp_baz_radius""750");
    
pcvar_map register_cvar("zp_baz_map""0");
    
pcvar_dmgforpacks get_cvar_pointer("zp_human_damage_reward");
    
pcvar_award register_cvar("zp_baz_awardpacks""1");
    
    if ( 
pcvar_dmgforpacks == ) {
        
set_pcvar_num(pcvar_award0);    //if we couldn't read the dmg cvar from zp then set a stop state on dmg reward
        
log_amx("[%s] error reading zp_human_damage_reward cvar from zombie plague, turning award for damage off"plugin);
    }
    
    
g_itemid zp_register_extra_item(g_item_nameg_item_costZP_TEAM_HUMAN);
    
    
register_concmd("zp_bazooka""give_bazooka"ADMIN_KICK"<name/@all> gives a bazooka to the spcified target");
    
register_event("CurWeapon","switch_to_knife","be","1=1","2=29");
    
register_event("HLTV""event_HLTV""a""1=0""2=0")    // New Round
    
register_clcmd("drop""drop_call");
    
    
//supports 2 methods of firing, attacking while holding knife and a bind
    
register_clcmd("baz_fire""fire_call");
    
register_forward(FM_PlayerPreThink"fw_prethink");
    
    
register_forward(FM_Touch"fw_touch");
        
    
gmsg_screenshake get_user_msgid("ScreenShake");
    
gmsg_death get_user_msgid("DeathMsg");
    
gmsg_damage get_user_msgid("Damage"); 
it works on my server, so it should work on yours too..
__________________
ownedin3d is offline
mountan
Member
Join Date: Feb 2012
Old 03-11-2012 , 12:45   Re: Show damage to in bazooka !
Reply With Quote #3

Bazooka + jetpack !
mountan is offline
ownedin3d
Senior Member
Join Date: Jul 2011
Old 03-11-2012 , 13:05   Re: Show damage to in bazooka !
Reply With Quote #4

Quote:
Originally Posted by mountan View Post
Bazooka + jetpack !
i dont know how to do it with that, you could try my plugin..
__________________
ownedin3d is offline
mountan
Member
Join Date: Feb 2012
Old 03-12-2012 , 02:31   Re: Show damage to in bazooka !
Reply With Quote #5

I wants jp+bazooka
mountan is offline
mountan
Member
Join Date: Feb 2012
Old 03-12-2012 , 02:33   Re: Show damage to in bazooka !
Reply With Quote #6

no one can make?
mountan is offline
ownedin3d
Senior Member
Join Date: Jul 2011
Old 03-12-2012 , 02:39   Re: Show damage to in bazooka !
Reply With Quote #7

Quote:
Originally Posted by mountan View Post
no one can make?
don't bump your'e thread, and no i only got one suggestion. that is you use my plugins.
__________________
ownedin3d is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode