devildead622 Posted March 9, 2013 Share Posted March 9, 2013 how do I change a skin? I'm here with 2 files (.txd and .dff) and I want to change the skin id 287! Link to comment
iPrestege Posted March 9, 2013 Share Posted March 9, 2013 -- Client Side Script . addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), function() TXD = engineLoadTXD("FILE.txd") engineImportTXD(TXD, 287) DFF = engineLoadDFF("FILE.dff", 287) engineReplaceModel(DFF, 287) end ) Do not forget to add files to meta . 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