NickRosso Posted May 28, 2012 Share Posted May 28, 2012 I cannot reach page, it's not avaiable since now. So i need a new one or a tutorail how to change cars and peds. I need it to a private server. I would be very happy if you help. Nick Link to comment
Flaker Posted May 28, 2012 Share Posted May 28, 2012 (edited) WIKI: https://wiki.multitheftauto.com/wiki/EngineLoadDFF https://wiki.multitheftauto.com/wiki/EngineLoadTXD How to change 287 skin: (example) Meta.xml: "tex/287.txd" /> "tex/287.dff" /> Client.lua: function clientsetup() local txd = engineLoadTXD ( "tex/287.txd") --287 - Model ID engineImportTXD ( txd, 287 ) local dff = engineLoadDFF ( "tex/287.dff", 287) engineReplaceModel ( dff, 287 ) end addEventHandler("onClientResourceStart", resourceRoot, clientsetup) Edited May 29, 2012 by Guest Link to comment
NickRosso Posted May 30, 2012 Author Share Posted May 30, 2012 It doesn't work. I have a newskin folder in resources in there are one tex foler. It's coontaining the 287.txt and 287.dff And there are two files that you've posted. And if i load it and enter doesn't change 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