Jump to content

Replacing CJ skin?


Recommended Posts

Posted

You mean stat IDs? if so, you can find them here:

setPedStat 

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

There's no such thing as 3 skins, you can set the fat/muscle stat with the function I mentioned above.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

CJ clothes can be replaced.

like example

textures = {  
["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) 

if you want cj clothes id here is the site

https://wiki.multitheftauto.com/wiki/Clothing_Component_IDs

If you're looking for a cheap paid scripter, don't hesitate to contact me.

Great minds discuss ideas, Average minds discuss events and small minds discuss people.

Posted
@ iMr.3a[Z]ef : You can replace CJ's clothes !

@ Threule : If you want a white CJ skin, Use ( engineLoadDFF - engineLoadTXD - engineImportTXD - engineReplaceModel ) .

But if you mean hes stat ( like fat, muscle, clothes, etc ... ) then use the function Castilo gave you .

I just want to know the IDs ;_;

I know how to do the replace thingy (is the only think i know lol)

Dude read my post.

https://wiki.multitheftauto.com/wiki/Clothing_Component_IDs

If you're looking for a cheap paid scripter, don't hesitate to contact me.

Great minds discuss ideas, Average minds discuss events and small minds discuss people.

Posted

Did you even read my post? there aren't 3 skins.

There's no such thing as 3 skins, you can set the fat/muscle stat with the function I mentioned above.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
@ iMr.3a[Z]ef : You can replace CJ's clothes !

@ Threule : If you want a white CJ skin, Use ( engineLoadDFF - engineLoadTXD - engineImportTXD - engineReplaceModel ) .

But if you mean hes stat ( like fat, muscle, clothes, etc ... ) then use the function Castilo gave you .

I just want to know the IDs ;_;

I know how to do the replace thingy (is the only think i know lol)

Dude read my post.

https://wiki.multitheftauto.com/wiki/Clothing_Component_IDs

Somehow replacing torso, feet, legs and face crashes my game :/

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