YochiThMaster333 Posted October 26, 2015 Share Posted October 26, 2015 Hello everyone! I have a problem, some custom tuning parts will have missing textures! Screenshot: Somebody Help ME!!! Link to comment
Saml1er Posted October 26, 2015 Share Posted October 26, 2015 That usually happens when you call DFF functions before TXD. Do it in this way: txd = engineLoadTXD ( "data/euros.txd" ) engineImportTXD ( txd, 587 ) dff = engineLoadDFF ( "data/euros.dff" ) engineReplaceModel ( dff, 587 ) Source: mta wiki Link to comment
YochiThMaster333 Posted October 26, 2015 Author Share Posted October 26, 2015 Saml1er said: That usually happens when you call DFF functions before TXD. Do it in this way: txd = engineLoadTXD ( "data/euros.txd" ) engineImportTXD ( txd, 587 ) dff = engineLoadDFF ( "data/euros.dff" ) engineReplaceModel ( dff, 587 ) Source: mta wiki Thanks! Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now