OnSwitchAmmoUsage​Called when the player starts to switch the ammo in a weaponReturn a non-null value to override default behaviorExamples​""object OnSwitchAmmo(BasePlayer player, BaseProjectile projectile){ Puts("OnSwitchAmmo works!"); return null;}Copy