Alen141 Posted January 3, 2013 Share Posted January 3, 2013 Hey guys i need help with skin replacement.I used this for replacing it http://mta.dzek.eu/peds/ but the problem is i want to change skin TXD and DFF.SO can anyone help me? Link to comment
Vision Posted January 3, 2013 Share Posted January 3, 2013 engineLoadTXD engineImportTXD engineLoadDFF engineReplaceModel Link to comment
Alen141 Posted January 3, 2013 Author Share Posted January 3, 2013 txd = engineLoadTXD("models/280.txd") engineImportTXD(txd, 280) dff = engineLoadDFF("models/280.dff", 0) engineReplaceModel(dff, 280) i tried this Link to comment
Vision Posted January 3, 2013 Share Posted January 3, 2013 Try this addEventHandler( "onClientResourceStart", resourceRoot, function( ) txd = engineLoadTXD("models/280.txd") engineImportTXD(txd, 280) dff = engineLoadDFF("models/280.dff", 0) engineReplaceModel(dff, 280) end ) Link to comment
ViRuZGamiing Posted January 3, 2013 Share Posted January 3, 2013 Thanks I also used that site, my problem is also solved 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