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

[CS:GO] Damage being done to weapon_shield


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
foxhound27
AlliedModders Donor
Join Date: Sep 2019
Location: Argentina
Old 12-16-2019 , 21:15   Re: [CS:GO] Damage being done to weapon_shield
Reply With Quote #13

if dsnt work try with

Code:
stock bool IsValidBullet(int weapon) {
	char WeaponName[64];
	GetEdictClassname(weapon, WeaponName, sizeof(WeaponName));
	return (StrEqual(WeaponName, "weapon_glock") || 
		StrEqual(WeaponName, "weapon_elite") || 
		StrEqual(WeaponName, "weapon_p250") || 
		StrEqual(WeaponName, "weapon_tec9") || 
		StrEqual(WeaponName, "weapon_cz75a"));
}
etc complete attacker weapon
foxhound27 is offline
 



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:02.


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