rehlds / reapi

AMX Mod X module, using API regamedll & rehlds
GNU General Public License v3.0
159 stars 104 forks source link

RG_BombPlanting #311

Open jobmail opened 5 months ago

jobmail commented 5 months ago

Can your add this one Hook?

if (get_member(id, m_iTeam) == TEAM_TERRORIST && !is_nullent((i_active_item = get_member(id, m_pActiveItem))) && get_member(i_active_item, m_iId) == WEAPON_C4 && get_member(i_active_item, m_C4_bStartedArming)) {

}