Jump to content

[HELP]How to edit area 51 Textures?


HeK

Recommended Posts

I have these txd files: a51.txd, a51_alpha.txd, a51_detailstuff.txd, a51_ext.txd, a51_imy.txt, a51_labs.txd.

How do i replace with the old ones?

Normaly i use this for Peds/Weapons/Vehicles:

function replaceModel()  
  txd = engineLoadTXD("skins/13.txd", 13 ) 
  engineImportTXD(txd, 13) 
  dff = engineLoadDFF("skins/13.dff", 13 ) 
  engineReplaceModel(dff, 13) 

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