Jump to content

Cj Clothes Mod Resource


ChicoRDL

Recommended Posts

I'm here to ask per help!!!

I read a few posts about this, but i saw all people talk, doesn't work!!

So. I tested the same codes about car and skins mods, but not work with the Cj Clothes!!!

Someone Can Help me with a Example of on resource how to put CJ Clothes Mods in My Server?!?!?

I need know how!!!

Link to comment
  
textures = { 
    ["name"] = id, 
    ["name"] = id, 
    ["name"] = id, 
} 
 function replaceClothes() 
 for cloth, id in pairs(textures) 
 do 
 local txd = engineLoadTXD (cloth..".txd") engineImportTXD(txd, id) 
 end 
 end 
 addEventHandler ("onClientResourceStart", resourceRoot, replaceClothes) 

https://wiki.multitheftauto.com/wiki/Cl ... ponent_IDs

Every clothing component has an id next to it.

Link to comment
  
textures = { 
    ["name"] = id, 
    ["name"] = id, 
    ["name"] = id, 
} 
 function replaceClothes() 
 for cloth, id in pairs(textures) 
 do 
 local txd = engineLoadTXD (cloth..".txd") engineImportTXD(txd, id) 
 end 
 end 
 addEventHandler ("onClientResourceStart", resourceRoot, replaceClothes) 

https://wiki.multitheftauto.com/wiki/Cl ... ponent_IDs

Every clothing component has an id next to it.

Ok, I can try that!

But and about the Dff files?!?!

But I need add the dff files too!

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...