]--What kind of weapon you want to edit-- if ( WeaponInfo.byWeaponClass == WEAP_CLASS_RIFLE) then --Make the weapon fire auto , semi or manual-- WeaponInfo.bySuccessionBullet = FIRE_*** --Weapon speed when you equid it. If you put it too high, it will triggered the abnormal action. So Becareful.-- WeaponInfo.fVelocity = 21.0 --How fast you will fire the weapon, the lower you put, more faster it became.-- WeaponInfo.fFireIntervalTime = 1.2 --Weapon Recoil Adjustment-- WeaponInfo.fRecoilFirstPitch = 0 WeaponInfo.fRecoilFirstYaw = 0 WeaponInfo.fRecoilFirstDePitch = 0 WeaponInfo.fRecoilPitch = 0 WeaponInfo.fRecoilYaw = 0 WeaponInfo.fRecoilDePitch = 0 WeaponInfo.fRecoilMaxPitch = 0 WeaponInfo.fReversionPitch = 0


