Jump to content
Sign in to follow this  
Saphirefenix

Secondary weapons question

Recommended Posts

EDIT: Nevermind, secondary weapons HAVE to be pistols, so the MP5 when switched to a pistol... is held like a pistol lol.

Share this post


Link to post
Share on other sites

I do remember a mission where you could have two rifles, so it is possible.

Share this post


Link to post
Share on other sites

Yea its possible, now this is only theory to me as I never tried it.

In the config of the weapon that you want to change look for:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

class cfgWeapons {

/*extern*/ class Default;

/*extern*/ class RifleCore;

/*extern*/ class Rifle;

class M16: Rifle {

cfgWeapons should define the weapons config obviously, so if the weapon in question is classified as a rifle then changing its class to a pistol should do the trick.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

class cfgWeapons {

/*extern*/ class Default;

/*extern*/ class PistolCore;

/*extern*/ class Pistol;

class M16: Pistol {

Again I don't know if this would work or not. wink_o.gif

:edit:

Quote[/b] ]

EDIT: Nevermind, secondary weapons HAVE to be pistols, so the MP5 when switched to a pistol... is held like a pistol lol.

Oh... that sucks, I was looking forward to seeing if this worked properly.

Share this post


Link to post
Share on other sites

it does work havent you tried the newest version domination, you have the ability tn care hand gun. Two rifles and m136. Its kinda great when you want play the rambo role

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×