esporta05 Posted July 21, 2014 Share Posted July 21, 2014 As the title says, engineloadTXD doesnt working with any kind of TXD files. Can someone explain me what is wrong with the script? function StaffSkinLoader () txd = engineLoadTXD ( "staffmale.txd" ) engineImportTXD ( txd, 217 ) end addEventHandler("onClientResourceStart", resourceRoot, StaffSkinLoader ) Link to comment
Castillo Posted July 21, 2014 Share Posted July 21, 2014 Is the file "staffmale.txd" loaded in the meta.xml? Link to comment
esporta05 Posted July 21, 2014 Author Share Posted July 21, 2014 Yes. The problem is script looks like running + there is no errors at debug script 3 and also we have tried this script in 3 different servers and still same. Doesnt loads the staff txd. "esporta" type="script" description="Staff Skin!" />> Link to comment
Castillo Posted July 21, 2014 Share Posted July 21, 2014 That meta.xml is wrong: "esporta" type="script" description="Staff Skin!" /> Try that. Link to comment
esporta05 Posted July 21, 2014 Author Share Posted July 21, 2014 Still shows the standart staff skin. Link to comment
Max+ Posted July 21, 2014 Share Posted July 21, 2014 Still shows the standart staff skin. Me to i have the same Problem i think it's bug or something .. Link to comment
esporta05 Posted July 22, 2014 Author Share Posted July 22, 2014 So is it impossible to load new TXD's or is there any other ways to script TXD replacing? Link to comment
Et-win Posted July 22, 2014 Share Posted July 22, 2014 Put a check in or it returned boolean 'true' first to be sure it has been placed. + Are you sure you have the right skin model? Link to comment
esporta05 Posted July 22, 2014 Author Share Posted July 22, 2014 Yes, I checked the TXD file at txdworkshop. Its exactly the right one. 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