JeViCo Posted October 17, 2017 Share Posted October 17, 2017 (edited) Here is 2 problems. 1 - when i change this car, vehicle interior is white(like no textures but txd loaded)// 2 - when i change car paintjobs - changes only spoiler color. Tried to find other models - same thing car paintjob replace paintjob1 = engineLoadTXD ( "jester/jester1.txd" ) engineImportTXD ( paintjob1, 559 ) paintjob2 = engineLoadTXD ( "jester/jester2.txd" ) engineImportTXD ( paintjob2, 559 ) paintjob3 = engineLoadTXD ( "jester/jester3.txd" ) engineImportTXD ( paintjob3, 559 ) paintjob4 = engineLoadTXD ( "jester/jester4.txd" ) engineImportTXD ( paintjob4, 559 ) Edited October 17, 2017 by JeViCo Link to comment
Unknown-Guy Posted October 17, 2017 Share Posted October 17, 2017 (edited) function addPaintjob(paintjobID,player) if paintjobID == 1 then myTexture = dxCreateTexture( "1.png" ) For Paintjobs the above code and then create your own paintjob and import it, simple. And for vehicles use both DFF and TXD Edited October 17, 2017 by Unknown-guy Link to comment
JeViCo Posted October 17, 2017 Author Share Posted October 17, 2017 (edited) no i meaned i replace default paintjobs - not add new one( supratxd = engineLoadTXD("jester/jester.txd") engineImportTXD(supratxd, 559) supradff = engineLoadDFF("jester/jester.dff", 559) engineReplaceModel(supradff, 559) supra - toyota supra model(i have 20+ cars in code) Edited October 17, 2017 by JeViCo Link to comment
JeViCo Posted October 17, 2017 Author Share Posted October 17, 2017 (edited) BUMP!! i opened txd and it works, but not in-game. No conflicts( i use gta sa car models. Half of them works - other have white textures. Edited October 17, 2017 by JeViCo Link to comment
Slim Posted October 20, 2017 Share Posted October 20, 2017 You need to use the provided TXD that's included with the mod's DFF that you download. Also try typing /debugscript 3 to check errors while testing scripts in game. 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