Alen141 Posted January 3, 2013 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?
Vision Posted January 3, 2013 Posted January 3, 2013 engineLoadTXD engineImportTXD engineLoadDFF engineReplaceModel
Alen141 Posted January 3, 2013 Author Posted January 3, 2013 txd = engineLoadTXD("models/280.txd") engineImportTXD(txd, 280) dff = engineLoadDFF("models/280.dff", 0) engineReplaceModel(dff, 280) i tried this
Vision Posted January 3, 2013 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 )
ViRuZGamiing Posted January 3, 2013 Posted January 3, 2013 Thanks I also used that site, my problem is also solved "If debugging is the process of removing software bugs, then programming must be the process of putting them in."
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