Jump to content

Is it possible to duplicate weapons in Mta Freeroam?


Recommended Posts

Is it possible to duplicate weapons in Mta Freeroam? 

I saw in brazilian forums some people doing this explaining in tutorias etc. how to duplicate an item with an invisible txd or something of the type , I'm wondering if there is any way to do this in Free Roam through some script , Forgive my English is not my first language.

 

Thanks

up

Link to comment

It's not really duplicating them the thing is making the original weapon invisible, replace any other object with a weapon model. Attach the replaced object to the hand bone with the specific rotation and there you have.

engineLoadTXD()
engineLoadDFF()
engineImportTXD()
engineReplaceModel()

setElementAlpha() -- MAKE THE ORIGINAL GUN ELEMENT INVISIBLE

exports.bone_attach:attachElementToBone() -- YOU WILL NEED THE RESOURCE bone_attach https://community.multitheftauto.com/index.php?p=resources&s=details&id=2540

 

Link to comment
  On 14/07/2017 at 15:13, Uknown. said:

It's not really duplicating them the thing is making the original weapon invisible, replace any other object with a weapon model. Attach the replaced object to the hand bone with the specific rotation and there you have.


engineLoadTXD()
engineLoadDFF()
engineImportTXD()
engineReplaceModel()

setElementAlpha() -- MAKE THE ORIGINAL GUN ELEMENT INVISIBLE

exports.bone_attach:attachElementToBone() -- YOU WILL NEED THE RESOURCE bone_attach https://community.multitheftauto.com/index.php?p=resources&s=details&id=2540

 

Expand  

How do you set the alpha of the original weapon?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...