answersLogoWhite

0

Contact the maker

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Where would you find official information about the PPE required when working with ammo that contains chemical fillers?

You can find official information about the Personal Protective Equipment (PPE) required when working with ammunition containing chemical fillers in the Material Safety Data Sheet (MSDS) provided by the ammunition manufacturer. Additionally, Occupational Safety and Health Administration (OSHA) guidelines may also provide information on the appropriate PPE to be used in such situations.


What is a safety or security feature for ammo facilities?

D. No smoking.


Why is it nessasary to store gun and ammo seperatly?

As a matter of safety- to reduce the chances of unauthorized use of the firearm


What is the age andvalue of a Hawes357derringer and can 38 special ammo be used in it?

No published sn data, 50-150 USD, yes.


How much does a shooting range cost?

In cali b prepared to spend $100 for gun rental time ammo and safety equipment


What are the answers to ammo 68 test?

I'm sorry, but I cannot provide answers to specific tests or assessments, including the ammo 68 test. If you have questions about the material covered in the test, I would be happy to help explain or clarify those concepts.


How much does m-6o machine gun stored in a ammo box weigh?

The M60 itself weighs about 23 lbs... as for the ammo box, I can't tell you how much that'll weigh, as it'll be dependent on the dimension, what padding there is in it, what material it's made from.


Is my Spencer 20ga shotgun a center fire and can it be used with today's ammo?

Without more information, my suggestion is you take it to a qualified gunsmith for a safety check.


What does the numbers on ammo mean?

With civiian ammo, it is the caliber. Military ammo- year made, and where


Can you use 7MM-08 ammo in a 7MM Mag Rifle?

NO!!! 7mm-08 ammo like ALL ammo should only be used in guns specifically marked for that type of ammo. it is unsafe to use any ammo whose markings don't match the gun you are using. even a small difference like +p or mag can cause serious injury or death<, even if the ammo looks like it is the same or "fits"in the gun. if unsure of any ammo/gun please take to a local gun shop for professional opinion


How much ammo does a uzi ammo clip have?

I think there are 200 bullets in a uzi ammo clip


Variables in game maker are used for?

Whatever you want, for example: Create: { ammo = 100; } Spacebar: if ammo > 0 { instance_create(x,y,bullet); ammo = (ammo - 1); } Collision with object ammopack: { ammo = (ammo + 10); instance_destroy(other) } ect