mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 19:23:21 +00:00
work on prophunt
This commit is contained in:
parent
9010b630d5
commit
c68fac6359
6 changed files with 323 additions and 168 deletions
|
@ -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");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue