Jump to content

skin mods?


GerardWay

Recommended Posts

You can use this code:

function skins () 
skinsz = engineLoadTXD("Piggsy.txd")  
engineImportTXD(skinsz, 82 ) 
skinsz2 = engineLoadDFF("Piggsy.dff") 
engineImportDFF(skinsz2, 82) 
end 
addEventHandler( "onClientResourceStart", resourceRoot, skins ) 
  

It's the same code on the change textures script.

You just need to change the ID and the FILE.

I modifyed the script for you.

Bye.

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