illestiraqi Posted February 26, 2013 Share Posted February 26, 2013 My infernus mod file I want to add it to my race addons it is possible? Please help me. The .rar file name is race_infernusmod and replaces the infernus carmod please help. Do I change meta and add something please tell me. Link to comment
PaiN^ Posted February 26, 2013 Share Posted February 26, 2013 client function replace() txd = engineLoadTXD("fileName.txd", 516 ) engineImportTXD(txd, 516) dff = engineLoadDFF("fileName.dff", 516 ) engineReplaceModel(dff, 516) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replace) meta.xml src="fileName.txd"/>src="fileName.dff"/> Link to comment
Sora Posted February 27, 2013 Share Posted February 27, 2013 client function replace() txd = engineLoadTXD("fileName.txd", 516 ) engineImportTXD(txd, 516) dff = engineLoadDFF("fileName.dff", 516 ) engineReplaceModel(dff, 516) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replace) meta.xml src="fileName.txd"/>src="fileName.dff"/> infernus id is 411 , not 516 , beside that you need to use meta tags in meta file ... My infernus mod file I want to add it to my race addons it is possible? Please help me. The .rar file name is race_infernusmod and replaces the infernus carmod please help. Do I change meta and add something please tell me. extract the files then checkout my tool viewtopic.php?f=108&t=54302 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