work on prophunt

This commit is contained in:
Jackz 2022-08-24 22:37:03 -05:00
parent 9010b630d5
commit c68fac6359
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
6 changed files with 323 additions and 168 deletions

View file

@ -126,3 +126,8 @@ void SetupEntities(bool blockers = true, bool props = true, bool portals = true)
}
}
stock int Entity_GetHammerId(int entity)
{
return GetEntProp(entity, Prop_Data, "m_iHammerID");
}