Jump to content
  • 0

Loading customs skins and models


Dicatto

Question

3 answers to this question

Recommended Posts

  • 0
function replaceModel() 
  txd = engineLoadTXD(".txd file name here", ID ) 
  engineImportTXD(txd, ID) 
  dff = engineLoadDFF(".dff file name here", ID ) 
  engineReplaceModel(dff, ID) 
end 
addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) 

Just replace the ID and have your skin mods in the same directory, create a meta and you're done, just start the script

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