Well, I don't know if you have ZH or not, but here's the code for the ECM Tank Missile Jam weapon.
Weapon ECMTankMissileJammer
PrimaryDamage = 100.0
PrimaryDamageRadius = 150.0
AttackRange = 15.0
MinimumAttackRange = 10.0
DamageType = SUBDUAL_MISSILE
DeathType = NORMAL
WeaponSpeed = 600 ; dist/sec
RadiusDamageAffects = ENEMIES NEUTRALS
DelayBetweenShots = 650 ; time between shots, msec
FireFX = FX_ECMTankMissileJammerPulse
End
Go from that, just make your weapon fire always and make sure to have SUBDUAL_MISSILE.
|