Raised This Month: $32 Target: $400
 8% 

Bullet Damage with new HudMessages | UPDATED 10/04/11


Post New Thread Reply   
 
Thread Tools Display Modes
TRUE RED
Senior Member
Join Date: Mar 2012
Location: Ukraine
Old 03-25-2013 , 21:10   Re: Bullet Damage with new HudMessages | UPDATED 10/04/11
Reply With Quote #71

Hey, bboygrun! Check this cvar -> Bullet_Damage_ShowWalls 1 It does'n work man!
TRUE RED is offline
Send a message via ICQ to TRUE RED Send a message via Skype™ to TRUE RED
TRUE RED
Senior Member
Join Date: Mar 2012
Location: Ukraine
Old 04-14-2013 , 20:33   Re: Bullet Damage with new HudMessages | UPDATED 10/04/11
Reply With Quote #72

Ok on the first post we have
Code:
** Bullet_Damage_ShowWalls :
- 0 : Disabled ( DEFAULT )
- 1 : Don't show the damage you did when you shot through a wall
and in bullet_damage.sma
Code:
pCvar_Bullet_Walls = 		register_cvar( "Bullet_Damage_NoShowWalls", "1" )
So cvar should be changed:
Quote:
Bullet_Damage_ShowWalls change to ---> Bullet_Damage_NoShowWalls
I edited that cvar and now finally don't show damage through walls but when i stay closer to the wall and shoot someone who is not behind the wall then plugin don't show damage.

Last edited by TRUE RED; 04-14-2013 at 20:40.
TRUE RED is offline
Send a message via ICQ to TRUE RED Send a message via Skype™ to TRUE RED
Diva
Member
Join Date: Aug 2012
Location: Denmark
Old 04-26-2013 , 04:22   Re: Bullet Damage with new HudMessages | UPDATED 10/04/11
Reply With Quote #73

Theres a bug in it /: i choose the mode=0
for circle HUDs.
and it works for a few times, then i change target and he doesnt show damage i deal from i
its glitchy so it turns off and on constantly. please fix that because this is a really cool plugin but suck that it doesnt work porperly
Diva is offline
pomen
New Member
Join Date: Jul 2013
Old 07-14-2013 , 14:21   Re: Bullet Damage with new HudMessages | UPDATED 10/04/11
Reply With Quote #74

Can someone make this function "Show_Accumulated_Damage"
to show total damage done when round ends?
not total damage from last 5 second,It'll be more interesting.
pomen is offline
Panu
New Member
Join Date: Nov 2013
Old 11-20-2013 , 10:52   Re: Bullet Damage with new HudMessages | UPDATED 10/04/11
Reply With Quote #75

Shows big and small. And I want the same large, it is a bug or something that can be set?
http://img23.**************/img23/593/87vl.png

My Cvary:

Bullet_Text_Mode 0
Bullet_Show_Mode 0
Bullet_Hs_Mode 2
Panu is offline
bboygrun
CHOMP
Join Date: May 2010
Location: France
Old 11-23-2013 , 05:54   Re: Bullet Damage with new HudMessages | UPDATED 10/04/11
Reply With Quote #76

76 = Accumulated Damage

Change cvar Show_Accumulated_Damage
__________________
bboygrun is offline
kltar0
New Member
Join Date: Oct 2014
Old 10-19-2014 , 19:49   Re: Bullet Damage with new HudMessages | UPDATED 10/04/11
Reply With Quote #77

I have a problem with this plugin. When i set the Bullet_Hs_Mode to 2 it shows the message "HEADSHOT" every time the victim is hit in head, even is not killed with headshot.

I found this fix that works with me

I replace the code
PHP Code:
else 

       
show_client_textVictim"HEADSHOT"0pCvar_TMODE 
       
show_client_textAttacker"HEADSHOT"1pCvar_TMODE 

with
PHP Code:
else

    if( !
is_user_aliveVictim ) || !is_user_aliveAttacker ))
        {
            
show_client_textVictim"HEADSHOT"0pCvar_TMODE )
            
show_client_textAttacker"HEADSHOT"1pCvar_TMODE )
        }
    else
    {
        
show_client_valueVictimdamage0DIRECTOR_HUD_MESSAGE )
        
show_client_valueAttackerdamage1DIRECTOR_HUD_MESSAGE )
    }

Now it shows the "HEADSHOT" message only if the player is killed with headshot
kltar0 is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 12-21-2018 , 18:22   Re: Bullet Damage with new HudMessages | UPDATED 10/04/11
Reply With Quote #78

Plugin no longer compiles with 26 errors.
__________________
DJEarthQuake is offline
HiDeath
Senior Member
Join Date: Aug 2018
Location: Tunisia
Old 05-04-2020 , 09:32   Re: Bullet Damage with new HudMessages | UPDATED 10/04/11
Reply With Quote #79

Updated to compile with Amxmodx 1.8.3 and above, not tested
Attached Files
File Type: sma Get Plugin or Get Source (bullet_damage.sma - 218 views - 12.8 KB)
__________________
Avoid cs 1.6 no steam, use the steam version clean full & original
HiDeath is offline
Avram
Junior Member
Join Date: Dec 2018
Old 06-21-2022 , 03:50   Re: Bullet Damage with new HudMessages | UPDATED 10/04/11
Reply With Quote #80

It looks like a great plugin but does someone have this plugin with flag support or can someone add such thing? I would like only the VIP players to receive bullet damage benefit.
Avram is offline
Reply


Thread Tools
Display Modes

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 20:49.


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