Semi-auto Weapon
Semi-auto Weapon
How do you make a semi-automatic weapon in Slade 3. I'm having trouble doing so and I think it might be a good idea for my mod Project 115.
- -Jes-
- Frequent Poster Miles card holder
- Posts: 975
- Joined: Fri Aug 03, 2012 9:55 am
- Location: Void Zone
RE: Semi-auto Weapon
Add the -NOAUTOFIRE flag to your weapon.
to remove any form of manual, 'premature' refiring happening after the above, remove all instances of A_Refire in your weapon's states.
to remove any form of manual, 'premature' refiring happening after the above, remove all instances of A_Refire in your weapon's states.
Last edited by -Jes- on Tue Nov 05, 2013 11:59 am, edited 1 time in total.
-
TheNoodleGod
- New User
- Posts: 5
- Joined: Tue Feb 26, 2013 9:30 pm
RE: Semi-auto Weapon
and also remember to keep the fire rate high aswell :)
RE: Semi-auto Weapon
Sorry if I'm late on this reply. Anyways, I did put the statement in the weapons and it did work. Thank you for your help.


