Jump to content

[HELP] Skin Mods!


Recommended Posts

function skins () 
skinsz = engineLoadTXD("goku.txd") 
engineReplaceModel(skinsz, 189 ) 
skinsz2 = engineLoadDFF("goku.dff") 
engineReplaceModel(skinsz2, 189 ) 
end 
addEventHandler( "onClientResourceStart", resourceRoot, skins ) 

But the skins come out white instead of the actual skin, whole skin is white, I tried on all skin mods.

Link to comment
skinsz = engineLoadTXD("goku.txd") 
engineImportTXD(skinsz, 189 ) 
skinsz2 = engineLoadDFF("goku.dff") 
engineReplaceModel(skinsz2, 189 ) 

That would have no effect.

If I remember correctly, it has something to do with the order in which you replace the files. Not sure if it'll work, but try loading the dff file first, if that doesn't work then it would probably be a corrupted file.

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