Page 1 of 1
weapon
Posted: Sun May 06, 2012 5:44 pm
by dailoc
how to have my gun shoot in 2 fire mode?
Re: weapon
Posted: Tue May 08, 2012 5:00 am
by dailoc
i have a M16 in my game. i want it to be able to shoot both the rifle shell and the explosive shell. i want it to be able to shoot in 2 firemode. help me! please
Re: weapon
Posted: Sun May 20, 2012 3:20 pm
by QuestOfDreams
That's currently not possible using the standard weapons.
Maybe you could set up 2 weapons that just differ in the ammunition used?
Re: weapon
Posted: Mon May 21, 2012 1:41 pm
by dailoc
Well, what about a scripted weapon. Is it possible?
Re: weapon
Posted: Wed May 23, 2012 8:16 pm
by QuestOfDreams
You may be able to attach a pawn to the player and use the FireProjectile method to attack. Depending on which key is pressed you can then select between different projectiles. I haven't tried this myself, though.
Re: weapon
Posted: Fri May 25, 2012 11:36 am
by dailoc
Well, I guess it my turn to figure it out. If you can, try to provide me with more information about scripting this thing, because I'm pretty confused right now.