Jump to content
  • 0

Loading customs skins and models


Dicatto

Question

Posted

I am curious how to upload custom models and skins for the server. I have custom stuff in my MTA installation but other people don't see it on the server. Also if they have custom skins and models is there a way to override that?

mta_sig_zps4b6ea9b3.png

3 answers to this question

Recommended Posts

  • 0
Posted
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

And now Aurora is back again, pm for more info.

Ex. Lead dev & L6 Staff at AUR, NGC, MTA RP & SAA.

Ex. Developer at Community of Social Gamers - CSG

Ex Founder of International Gaming Community - IGC and Union of Individual Players- UIP

9o6E8.png Ab-47

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