AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   Solved tf2 bullet penetration? (https://forums.alliedmods.net/showthread.php?t=327671)

ezetna 10-03-2020 06:59

tf2 bullet penetration?
 
i want a bullet through the team

i've tried

SetEntProp(iClient, Prop_Send, "m_CollisionGroup", 2)
or
SetEntProp(iClient, Prop_Send, "m_CollisionGroup", 10)
and
sdkhook ShouldCollide


CollisionGroup 10 problem is team healing or any targeting etc


i don't know how to use the collisionhook extension

need help :cry:

backwards 10-06-2020 16:32

Re: tf2 bullet penetration?
 
1 Attachment(s)
You're gonna want dhooks with detour support:
https://forums.alliedmods.net/showpo...&postcount=589

ezetna 10-07-2020 10:04

Re: tf2 bullet penetration?
 
thank you very much
it's working!


All times are GMT -4. The time now is 21:25.

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