Machine Posted December 30, 2012 Share Posted December 30, 2012 hello i wanna replace the txd for these textures cs_mountaindetail.txd cs_mountain.txd cs_lod.txd how is it possible? remember they arent opjects , they are textures ! Link to comment
Blaawee Posted December 30, 2012 Share Posted December 30, 2012 you need this : engineImportTXD engineLoadTXD https://wiki.multitheftauto.com/wiki/Cli ... _functions Link to comment
Machine Posted December 30, 2012 Author Share Posted December 30, 2012 this is not usefull man i said its not opject you , open your mtasa and search for cs_lod , you want find anything so how can i use engineImportTXD engineLoadTXD if i wanna use them i have to put model number txd = engineLoadTXD ( "cs_lod.txd" ) engineImportTXD ( txd, theres no number for the cs_lod ) so what i do? Link to comment
manve1 Posted December 30, 2012 Share Posted December 30, 2012 txd = engineLoadTXD('cs_lod.txd') engineImportTXD( txd, [The objects ID which you want texture to be changed for] ) Link to comment
Machine Posted December 30, 2012 Author Share Posted December 30, 2012 man pls understand me theres no opject to replace take a look so pls give me a solution Link to comment
manve1 Posted December 30, 2012 Share Posted December 30, 2012 This is because you can't find TXD files on map editor. only DFF use Med v0.32 beta to find any object/txd you need and any information about it. 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