DeletedAccount1111 Posted July 17, 2013 Share Posted July 17, 2013 what are the IDs for CJ skin? (for the player fat and so) Link to comment
Castillo Posted July 17, 2013 Share Posted July 17, 2013 You mean stat IDs? if so, you can find them here: setPedStat Link to comment
DeletedAccount1111 Posted July 18, 2013 Author Share Posted July 18, 2013 No, how we see the guy. But since he have 3 Skins (fat, normal and muscle) i wanna know how are we supossed to replace it (for example, having a white cj) Link to comment
Castillo Posted July 18, 2013 Share Posted July 18, 2013 There's no such thing as 3 skins, you can set the fat/muscle stat with the function I mentioned above. Link to comment
iMr.3a[Z]eF Posted July 18, 2013 Share Posted July 18, 2013 You can't replace CJ clothes. But, you can replace the skin. Link to comment
PaiN^ Posted July 18, 2013 Share Posted July 18, 2013 @ 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 . Link to comment
iMr.3a[Z]eF Posted July 18, 2013 Share Posted July 18, 2013 (edited) I tried to replace CJ clothes i didn't got luck Sorry about my reply before. Edited July 18, 2013 by Guest Link to comment
-.Paradox.- Posted July 18, 2013 Share Posted July 18, 2013 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 Link to comment
DeletedAccount1111 Posted July 18, 2013 Author Share Posted July 18, 2013 @ 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) Link to comment
-.Paradox.- Posted July 18, 2013 Share Posted July 18, 2013 @ 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 Link to comment
Castillo Posted July 18, 2013 Share Posted July 18, 2013 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. Link to comment
DeletedAccount1111 Posted July 19, 2013 Author Share Posted July 19, 2013 @ 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 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now