Raised This Month: $12 Target: $400
 3% 

Solved [CS:GO] Attack and armor victim


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Qes
AlliedModders Donor
Join Date: Jul 2014
Old 06-04-2019 , 13:02   [CS:GO] Attack and armor victim
Reply With Quote #1

Hello
How I can attack player, so that damage not reduced by armor/kevlar?

I don't want use something like that:
HTML Code:
int ArmorVictim = GetEntProp(victim, Prop_Send, "m_ArmorValue");

SetEntProp(victim, Prop_Send, "m_ArmorValue", 0, 1);
SDKHooks_TakeDamage(victim, attacker, attacker, damage, damagetype, weapon);

SetEntProp(victim, Prop_Send, "m_ArmorValue", ArmorVictim, 1);

Last edited by Qes; 06-04-2019 at 15:35.
Qes is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 06-04-2019 , 13:31   Re: [CS:GO] Attack and armor victim
Reply With Quote #2

try DMG_CRUSH for damageType
__________________
8guawong is offline
Qes
AlliedModders Donor
Join Date: Jul 2014
Old 06-04-2019 , 15:35   Re: [CS:GO] Attack and armor victim
Reply With Quote #3

Thank you
Qes 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 08:17.


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