Signature
stock tfc_isgrenade(weapon){ switch( weapon ) { case TFC_WPN_CALTROP, TFC_WPN_CONCUSSIONGRENADE, TFC_WPN_NORMALGRENADE, TFC_WPN_NAILGRENADE, TFC_WPN_MIRVGRENADE, TFC_WPN_NAPALMGRENADE, TFC_WPN_GASGRENADE, TFC_WPN_EMPGRENADE: return 1; default: return 0; } return 0;}