E-mail Posted September 15, 2011 Share Posted September 15, 2011 Hi i have vist the wiki for replce the txd and dff see txd = engineLoadTXD("18.txd") engineImportTXD(txd, 18) dff = engineLoadDff("18.dff") engineImportTXD(dff, 18) its say dff = nill value Link to comment
Aibo Posted September 15, 2011 Share Posted September 15, 2011 look at syntax highlight in your code. engineLoadDff is not a valid MTA function, but engineLoadDFF is. Link to comment
E-mail Posted September 16, 2011 Author Share Posted September 16, 2011 Hi all i want replce 18 skin see ! txd = engineLoadTXD("18.txd") engineImportTXD(txd, 18) dff = engineLoadDFF("18.dff", 18) engineReplaceModel(dff, 18) Link to comment
Aibo Posted September 16, 2011 Share Posted September 16, 2011 this is your third topic about the same issue. please stick to the ones you've already created. Link to comment
JR10 Posted September 16, 2011 Share Posted September 16, 2011 You can't replace a ped model yet. Link to comment
E-mail Posted September 16, 2011 Author Share Posted September 16, 2011 you are right i cant add dff model for peds Thx JR10 **Fixed** 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