Thread: SOLID entity
View Single Post
Author Message
supertimor
AlliedModders Donor
Join Date: Sep 2017
Old 03-15-2019 , 19:57   SOLID entity
Reply With Quote #1

Hi!
Simple question - how to make solid entity? I mean i can't run into this, but i can shoot it with hooked SDKHook_OnTakeDamage of course?

SetEntProp(ent, Prop_Data, "m_takedamage", 2);
SetEntProp(ent, Prop_Send, "m_usSolidFlags", 4);
SetEntProp(ent, Prop_Data, "m_nSolidType", 5);
SetEntProp(ent, Prop_Send, "m_CollisionGroup", 11);

Help, please
supertimor is offline